#02C4CA

Color #02C4CA Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #02C4CA

Tints of Robin's Egg Blue #02C4CA

Color information

#02C4CA (or 0x02C4CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, C4 and CA. RGB value is (2,196,202). Sum of RGB (Red+Green+Blue) = 2+196+202=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #02C4CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C4CA is #FD3B35. Grayscale: #8A8A8A. Windows color (decimal): -16595766 or 13288450. OLE color: 13288450.

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

Color convert

RGB2196202-
CMYK0.990.0300.21
HSL181.8º98.04%40%-
HSV(B)181.8º99.01%79.22%-
XYZ30.4343.7662.72-
YUV138.68163.7330.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.5%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=0.5%
G=49%
B=50.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21962020.990.0300.21181.898.0440
Hex2C4CA633015b66228
Octal2304312143302526614250
Binary101100010011001010110001111010101101101101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,196,202); }

 H1.HeaderClassName
 {
   color: #02C4CA;
 }
 .AnyTagClassName
 {
   color: #02C4CA;
 }
</style>
background-color css

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

 a { background-color: rgb(2,196,202); }

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

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

 span { border-color: rgb(2,196,202); }

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