Html Css Color HEX #09DEAA Caribbean Green

📋 copy color: '#09DEAA'

red 9 ◦ green 222 ◦ blue 170

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

Shades of Caribbean Green #09DEAA

Tints of Caribbean Green #09DEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.36%

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

R = 2.24%
G = 55.36%
B = 42.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#09DEAA (or 0x09DEAA) is known color: Caribbean Green. HEX triplet: 09, DE and AA. RGB value is (9,222,170). Sum of RGB (Red+Green+Blue) = 9+222+170=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #09DEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DEAA is #F62155. Grayscale: #989898. Windows color (decimal): -16130390 or 11197961. OLE color: 11197961.

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

Color convert

RGB 9 222 170 -
CMYK 0.96 0 0.23 0.13
HSL 165.35º 0.92% 0.45% -
HSV(B) 165.35º 0.96% 0.87% -
XYZ 33.49 55.2 46.92 -
YUV 152.39 137.93 25.73 -
System Red Green Blue C M Y K H S L
Decimal 9 222 170 0.96 0 0.23 0.13 165.35 0.92 0.45
Hex 9 DE AA 60 0 17 D A5 5C 2D
Octal 11 336 252 140 0 27 15 245 134 55
Binary 1001 11011110 10101010 1100000 0 10111 1101 10100101 1011100 101101

Color Harmonies of #09DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DEAA

Black with #09DEAA

Text Example


Text Example

White with #09DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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