#00DBAA

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

Shades of Caribbean Green #00DBAA

Tints of Caribbean Green #00DBAA

Color information

#00DBAA (or 0x00DBAA) is unknown color: approx Caribbean Green. HEX triplet: 00, DB and AA. RGB value is (0,219,170). Sum of RGB (Red+Green+Blue) = 0+219+170=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #00DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DBAA is #FF2455. Grayscale: #939393. Windows color (decimal): -16720982 or 11197184. OLE color: 11197184.

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

Color convert

RGB0219170-
CMYK100.220.14
HSL166.58º100%42.94%-
HSV(B)166.58º100%85.88%-
XYZ32.5953.5746.65-
YUV147.93140.4522.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 219 (85.94% from 255) = 56.30%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=0%
G=56.30%
B=43.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal0219170100.220.14166.5810042.94
Hex0DBAA64016Ea7642b
Octal03332521440261624714453
Binary0110110111010101011001000101101110101001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,219,170); }

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

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

 a { background-color: rgb(0,219,170); }

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

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

 span { border-color: rgb(0,219,170); }

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