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

📋 copy color: '#02C2BD'

red 2 ◦ green 194 ◦ blue 189

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

Shades of Robin's Egg Blue #02C2BD

Tints of Robin's Egg Blue #02C2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.39%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 0.52%
G = 50.39%
B = 49.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#02C2BD (or 0x02C2BD) is known color: Robin's Egg Blue. HEX triplet: 02, C2 and BD. RGB value is (2,194,189). Sum of RGB (Red+Green+Blue) = 2+194+189=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #02C2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2BD is #FD3D42. Grayscale: #878787. Windows color (decimal): -16596291 or 12435970. OLE color: 12435970.

HSL color Cylindrical-coordinate representation of color #02C2BD: hue angle of 178.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C2BD is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 194 189 -
CMYK 0.99 0 0.03 0.24
HSL 178.44º 0.98% 0.38% -
HSV(B) 178.44º 0.99% 0.76% -
XYZ 28.5 42.27 54.8 -
YUV 136.02 157.89 32.41 -
System Red Green Blue C M Y K H S L
Decimal 2 194 189 0.99 0 0.03 0.24 178.44 0.98 0.38
Hex 2 C2 BD 63 0 3 18 B2 62 26
Octal 2 302 275 143 0 3 30 262 142 46
Binary 10 11000010 10111101 1100011 0 11 11000 10110010 1100010 100110

Color Harmonies of #02C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C2BD

Black with #02C2BD

Text Example


Text Example

White with #02C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,189); }

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

background-color css

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

 a { background-color: rgb(2,194,189); }

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

border-color css

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

 span { border-color: rgb(2,194,189); }

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