#00DDCA

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

Shades of Robin's Egg Blue #00DDCA

Tints of Robin's Egg Blue #00DDCA

Color information

#00DDCA (or 0x00DDCA) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, DD and CA. RGB value is (0,221,202). Sum of RGB (Red+Green+Blue) = 0+221+202=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDCA is #FF2235. Grayscale: #989898. Windows color (decimal): -16720438 or 13294848. OLE color: 13294848.

HSL color Cylindrical-coordinate representation of color #00DDCA: hue angle of 174.84º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDCA is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB0221202-
CMYK100.090.13
HSL174.84º100%43.33%-
HSV(B)174.84º100%86.67%-
XYZ36.5255.9864.76-
YUV152.76155.7819.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 52.25%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=0%
G=52.25%
B=47.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0221202100.090.13174.8410043.33
Hex0DDCA6409Daf642b
Octal03353121440111525714453
Binary011011101110010101100100010011101101011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,221,202); }

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

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

 a { background-color: rgb(0,221,202); }

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

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

 span { border-color: rgb(0,221,202); }

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