Html Css Color HEX #09DBAA Caribbean Green

📋 copy color: '#09DBAA'

red 9 ◦ green 219 ◦ blue 170

#09DBAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #09DBAA

Tints of Caribbean Green #09DBAA

RGB

 RED value IS 9 (3.91% from 255) = 2.26%

 GREEN value IS 219 (85.94% from 255) = 55.03%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 2.26%
G = 55.03%
B = 42.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#09DBAA (or 0x09DBAA) is known color: Caribbean Green. HEX triplet: 09, DB and AA. RGB value is (9,219,170). Sum of RGB (Red+Green+Blue) = 9+219+170=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #09DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DBAA is #F62455. Grayscale: #969696. Windows color (decimal): -16131158 or 11197193. OLE color: 11197193.

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

Color convert

RGB 9 219 170 -
CMYK 0.96 0 0.22 0.14
HSL 166º 0.92% 0.45% -
HSV(B) 166º 0.96% 0.86% -
XYZ 32.7 53.62 46.66 -
YUV 150.62 138.93 26.98 -
System Red Green Blue C M Y K H S L
Decimal 9 219 170 0.96 0 0.22 0.14 166 0.92 0.45
Hex 9 DB AA 60 0 16 E A6 5C 2D
Octal 11 333 252 140 0 26 16 246 134 55
Binary 1001 11011011 10101010 1100000 0 10110 1110 10100110 1011100 101101

Color Harmonies of #09DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DBAA

Black with #09DBAA

Text Example


Text Example

White with #09DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09DBAA;
 }
 .AnyTagClassName
 {
   color: #09DBAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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