#08cac0

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

Shades of Robin's Egg Blue #08CAC0

Tints of Robin's Egg Blue #08CAC0

Color information

#08CAC0 (or 0x08CAC0) is unknown color: approx Robin's Egg Blue. HEX triplet: 08, CA and C0. RGB value is (8,202,192). Sum of RGB (Red+Green+Blue) = 8+202+192=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #08CAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CAC0 is #F7353F. Grayscale: #8E8E8E. Windows color (decimal): -16201024 or 12634632. OLE color: 12634632.

HSL color Cylindrical-coordinate representation of color #08CAC0: hue angle of 176.91º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CAC0 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB8202192-
CMYK0.9600.050.21
HSL176.91º92.38%41.18%-
HSV(B)176.91º96.04%79.22%-
XYZ30.7446.157.15-
YUV142.85155.7331.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.99%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=1.99%
G=50.25%
B=47.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82021920.9600.050.21176.9192.3841.18
Hex8CAC0600515b15c29
Octal10312300140052526113451
Binary100011001010110000001100000010110101101100011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08cac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08cac0; }

 p { color: rgb(8,202,192); }

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

<style>
 a { background-color: #08cac0; }

 a { background-color: rgb(8,202,192); }

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

<style>
 span { border-color: #08cac0; }

 span { border-color: rgb(8,202,192); }

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

cancel