Html Css Color HEX #3CCAB0 Shamrock

📋 copy color: '#3CCAB0'

red 60 ◦ green 202 ◦ blue 176

#3CCAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #3CCAB0

Tints of Shamrock #3CCAB0

RGB

 RED value IS 60 (23.83% from 255) = 13.7%

 GREEN value IS 202 (79.3% from 255) = 46.12%

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 13.7%
G = 46.12%
B = 40.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3CCAB0 (or 0x3CCAB0) is known color: Shamrock. HEX triplet: 3C, CA and B0. RGB value is (60,202,176). Sum of RGB (Red+Green+Blue) = 60+202+176=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCAB0 is #C3354F. Grayscale: #9C9C9C. Windows color (decimal): -12793168 or 11586108. OLE color: 11586108.

HSL color Cylindrical-coordinate representation of color #3CCAB0: hue angle of 169.01º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCAB0 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 176 -
CMYK 0.70 0 0.13 0.21
HSL 169.01º 0.57% 0.51% -
HSV(B) 169.01º 0.7% 0.79% -
XYZ 30.82 46.34 48.39 -
YUV 156.58 138.96 59.11 -
System Red Green Blue C M Y K H S L
Decimal 60 202 176 0.70 0 0.13 0.21 169.01 0.57 0.51
Hex 3C CA B0 46 0 D 15 A9 39 33
Octal 74 312 260 106 0 15 25 251 71 63
Binary 111100 11001010 10110000 1000110 0 1101 10101 10101001 111001 110011

Color Harmonies of #3CCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCAB0

Black with #3CCAB0

Text Example


Text Example

White with #3CCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CCAB0; }

 p { color: rgb(60,202,176); }

 H1.HeaderClassName
 {
   color: #3CCAB0;
 }
 .AnyTagClassName
 {
   color: #3CCAB0;
 }
</style>

background-color css

<style>
 a { background-color: #3CCAB0; }

 a { background-color: rgb(60,202,176); }

 div.DivClassName
 {
   background-color: #3CCAB0;
 }
 .BgClassName
 {
   background-color: #3CCAB0;
 }
</style>

border-color css

<style>
 span { border-color: #3CCAB0; }

 span { border-color: rgb(60,202,176); }

 td.TdClassName
 {
   border-color: #3CCAB0;
 }
 .TagClassName
 {
   border-color: #3CCAB0;
 }
</style>