Html Css Color HEX #02CCB9 Robin's Egg Blue

📋 copy color: '#02CCB9'

red 2 ◦ green 204 ◦ blue 185

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

Shades of Robin's Egg Blue #02CCB9

Tints of Robin's Egg Blue #02CCB9

RGB

 RED value IS 2 (1.17% from 255) = 0.51%

 GREEN value IS 204 (80.08% from 255) = 52.17%

 BLUE value IS 185 (72.66% from 255) = 47.31%

R = 0.51%
G = 52.17%
B = 47.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#02CCB9 (or 0x02CCB9) is known color: Robin's Egg Blue. HEX triplet: 02, CC and B9. RGB value is (2,204,185). Sum of RGB (Red+Green+Blue) = 2+204+185=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #02CCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CCB9 is #FD3346. Grayscale: #8D8D8D. Windows color (decimal): -16593735 or 12176386. OLE color: 12176386.

HSL color Cylindrical-coordinate representation of color #02CCB9: hue angle of 174.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CCB9 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 204 185 -
CMYK 0.99 0 0.09 0.2
HSL 174.36º 0.98% 0.4% -
HSV(B) 174.36º 0.99% 0.8% -
XYZ 30.37 46.7 53.31 -
YUV 141.44 152.58 28.54 -
System Red Green Blue C M Y K H S L
Decimal 2 204 185 0.99 0 0.09 0.2 174.36 0.98 0.4
Hex 2 CC B9 63 0 9 14 AE 62 28
Octal 2 314 271 143 0 11 24 256 142 50
Binary 10 11001100 10111001 1100011 0 1001 10100 10101110 1100010 101000

Color Harmonies of #02CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CCB9

Black with #02CCB9

Text Example


Text Example

White with #02CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02CCB9; }

 p { color: rgb(2,204,185); }

 H1.HeaderClassName
 {
   color: #02CCB9;
 }
 .AnyTagClassName
 {
   color: #02CCB9;
 }
</style>

background-color css

<style>
 a { background-color: #02CCB9; }

 a { background-color: rgb(2,204,185); }

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

border-color css

<style>
 span { border-color: #02CCB9; }

 span { border-color: rgb(2,204,185); }

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