#02C3BE

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

Shades of Robin's Egg Blue #02C3BE

Tints of Robin's Egg Blue #02C3BE

Color information

#02C3BE (or 0x02C3BE) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, C3 and BE. RGB value is (2,195,190). Sum of RGB (Red+Green+Blue) = 2+195+190=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #02C3BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C3BE is #FD3C41. Grayscale: #888888. Windows color (decimal): -16596034 or 12501762. OLE color: 12501762.

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

Color convert

RGB2195190-
CMYK0.9900.030.24
HSL178.45º97.97%38.63%-
HSV(B)178.45º98.97%76.47%-
XYZ28.8342.7655.45-
YUV136.72158.0631.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 195 (76.56% from 255) = 50.39%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=0.52%
G=50.39%
B=49.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21951900.9900.030.24178.4597.9738.63
Hex2C3BE630318b26227
Octal2303276143033026214247
Binary101100001110111110110001101111000101100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,195,190); }

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

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

 a { background-color: rgb(2,195,190); }

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

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

 span { border-color: rgb(2,195,190); }

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