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

📋 copy color: '#02CCB4'

red 2 ◦ green 204 ◦ blue 180

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

Shades of Robin's Egg Blue #02CCB4

Tints of Robin's Egg Blue #02CCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.63%

R = 0.52%
G = 52.85%
B = 46.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#02CCB4 (or 0x02CCB4) is known color: Robin's Egg Blue. HEX triplet: 02, CC and B4. RGB value is (2,204,180). Sum of RGB (Red+Green+Blue) = 2+204+180=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #02CCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CCB4 is #FD334B. Grayscale: #8C8C8C. Windows color (decimal): -16593740 or 11848706. OLE color: 11848706.

HSL color Cylindrical-coordinate representation of color #02CCB4: hue angle of 172.87º 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 #02CCB4 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 204 180 -
CMYK 0.99 0 0.12 0.2
HSL 172.87º 0.98% 0.4% -
HSV(B) 172.87º 0.99% 0.8% -
XYZ 29.86 46.49 50.58 -
YUV 140.87 150.08 28.95 -
System Red Green Blue C M Y K H S L
Decimal 2 204 180 0.99 0 0.12 0.2 172.87 0.98 0.4
Hex 2 CC B4 63 0 C 14 AD 62 28
Octal 2 314 264 143 0 14 24 255 142 50
Binary 10 11001100 10110100 1100011 0 1100 10100 10101101 1100010 101000

Color Harmonies of #02CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CCB4

Black with #02CCB4

Text Example


Text Example

White with #02CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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