#00DEA6

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

Shades of Caribbean Green #00DEA6

Tints of Caribbean Green #00DEA6

Color information

#00DEA6 (or 0x00DEA6) is unknown color: approx Caribbean Green. HEX triplet: 00, DE and A6. RGB value is (0,222,166). Sum of RGB (Red+Green+Blue) = 0+222+166=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 222 (87.11% from 255 or 57.22% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEA6 is #FF2159. Grayscale: #959595. Windows color (decimal): -16720218 or 10935808. OLE color: 10935808.

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

Color convert

RGB0222166-
CMYK100.250.13
HSL164.86º100%43.53%-
HSV(B)164.86º100%87.06%-
XYZ335544.95-
YUV149.24137.4521.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 222 (87.11% from 255) = 57.22%
BLUE value IS 166 (65.23% from 255) = 42.78%
R=0%
G=57.22%
B=42.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0222166100.250.13164.8610043.53
Hex0DEA664019Da5642c
Octal03362461440311524514454
Binary0110111101010011011001000110011101101001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,222,166); }

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

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

 a { background-color: rgb(0,222,166); }

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

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

 span { border-color: rgb(0,222,166); }

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