#02E1C8

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

Shades of Robin's Egg Blue #02E1C8

Tints of Robin's Egg Blue #02E1C8

Color information

#02E1C8 (or 0x02E1C8) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, E1 and C8. RGB value is (2,225,200). Sum of RGB (Red+Green+Blue) = 2+225+200=427 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #02E1C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E1C8 is #FD1E37. Grayscale: #9B9B9B. Windows color (decimal): -16588344 or 13164802. OLE color: 13164802.

HSL color Cylindrical-coordinate representation of color #02E1C8: hue angle of 173.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E1C8 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB2225200-
CMYK0.9900.110.12
HSL173.27º98.24%44.51%-
HSV(B)173.27º99.11%88.24%-
XYZ37.3858.0363.88-
YUV155.47153.1218.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.47%
GREEN value IS 225 (88.28% from 255) = 52.69%
BLUE value IS 200 (78.52% from 255) = 46.84%
R=0.47%
G=52.69%
B=46.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22252000.9900.110.12173.2798.2444.51
Hex2E1C8630BCad622d
Octal23413101430131425514255
Binary1011100001110010001100011010111100101011011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,225,200); }

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

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

 a { background-color: rgb(2,225,200); }

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

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

 span { border-color: rgb(2,225,200); }

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