#00DD9E

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

Shades of Caribbean Green #00DD9E

Tints of Caribbean Green #00DD9E

Color information

#00DD9E (or 0x00DD9E) is unknown color: approx Caribbean Green. HEX triplet: 00, DD and 9E. RGB value is (0,221,158). Sum of RGB (Red+Green+Blue) = 0+221+158=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DD9E is #FF2261. Grayscale: #939393. Windows color (decimal): -16720482 or 10411264. OLE color: 10411264.

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

Color convert

RGB0221158-
CMYK100.290.13
HSL162.9º100%43.33%-
HSV(B)162.9º100%86.67%-
XYZ32.0354.1841.12-
YUV147.74133.7822.62-

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) = 58.31%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=0%
G=58.31%
B=41.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0221158100.290.13162.910043.33
Hex0DD9E6401DDa3642b
Octal03352361440351524314453
Binary0110111011001111011001000111011101101000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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