#00DEAB

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

Shades of Caribbean Green #00DEAB

Tints of Caribbean Green #00DEAB

Color information

#00DEAB (or 0x00DEAB) is unknown color: approx Caribbean Green. HEX triplet: 00, DE and AB. RGB value is (0,222,171). Sum of RGB (Red+Green+Blue) = 0+222+171=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEAB is #FF2154. Grayscale: #959595. Windows color (decimal): -16720213 or 11263488. OLE color: 11263488.

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

Color convert

RGB0222171-
CMYK100.230.13
HSL166.22º100%43.53%-
HSV(B)166.22º100%87.06%-
XYZ33.4755.1847.42-
YUV149.81139.9521.15-

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) = 56.49%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=0%
G=56.49%
B=43.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0222171100.230.13166.2210043.53
Hex0DEAB64017Da6642c
Octal03362531440271524614454
Binary0110111101010101111001000101111101101001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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