#00DDAE

Color #00DDAE Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #00DDAE

Tints of Caribbean Green #00DDAE

Color information

#00DDAE (or 0x00DDAE) is unknown color: approx Caribbean Green. HEX triplet: 00, DD and AE. RGB value is (0,221,174). Sum of RGB (Red+Green+Blue) = 0+221+174=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDAE is #FF2251. Grayscale: #959595. Windows color (decimal): -16720466 or 11459840. OLE color: 11459840.

HSL color Cylindrical-coordinate representation of color #00DDAE: hue angle of 167.24º 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 #00DDAE is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB0221174-
CMYK100.210.13
HSL167.24º100%43.33%-
HSV(B)167.24º100%86.67%-
XYZ33.554.7748.85-
YUV149.56141.7821.32-

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) = 55.95%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=0%
G=55.95%
B=44.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0221174100.210.13167.2410043.33
Hex0DDAE64015Da7642b
Octal03352561440251524714453
Binary0110111011010111011001000101011101101001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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