#00d6c4

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

Shades of Robin's Egg Blue #00D6C4

Tints of Robin's Egg Blue #00D6C4

Color information

#00D6C4 (or 0x00D6C4) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, D6 and C4. RGB value is (0,214,196). Sum of RGB (Red+Green+Blue) = 0+214+196=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6C4 is #FF293B. Grayscale: #939393. Windows color (decimal): -16722236 or 12899840. OLE color: 12899840.

HSL color Cylindrical-coordinate representation of color #00D6C4: hue angle of 174.95º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6C4 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB0214196-
CMYK100.080.16
HSL174.95º100%41.96%-
HSV(B)174.95º100%83.92%-
XYZ34.0152.0860.48-
YUV147.96155.122.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 214 (83.98% from 255) = 52.20%
BLUE value IS 196 (76.95% from 255) = 47.80%
R=0%
G=52.20%
B=47.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal0214196100.080.16174.9510041.96
Hex0D6C4640810af642a
Octal03263041440102025714452
Binary0110101101100010011001000100010000101011111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00d6c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00d6c4; }

 p { color: rgb(0,214,196); }

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

<style>
 a { background-color: #00d6c4; }

 a { background-color: rgb(0,214,196); }

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

<style>
 span { border-color: #00d6c4; }

 span { border-color: rgb(0,214,196); }

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