Html Css Color HEX #09C9AA Caribbean Green

📋 copy color: '#09C9AA'

red 9 ◦ green 201 ◦ blue 170

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

Shades of Caribbean Green #09C9AA

Tints of Caribbean Green #09C9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.89%

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

R = 2.37%
G = 52.89%
B = 44.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#09C9AA (or 0x09C9AA) is known color: Caribbean Green. HEX triplet: 09, C9 and AA. RGB value is (9,201,170). Sum of RGB (Red+Green+Blue) = 9+201+170=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #09C9AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C9AA is #F63655. Grayscale: #8B8B8B. Windows color (decimal): -16135766 or 11192585. OLE color: 11192585.

HSL color Cylindrical-coordinate representation of color #09C9AA: hue angle of 170.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C9AA is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 201 170 -
CMYK 0.96 0 0.15 0.21
HSL 170.31º 0.91% 0.41% -
HSV(B) 170.31º 0.96% 0.79% -
XYZ 28.26 44.73 45.18 -
YUV 140.06 144.89 34.52 -
System Red Green Blue C M Y K H S L
Decimal 9 201 170 0.96 0 0.15 0.21 170.31 0.91 0.41
Hex 9 C9 AA 60 0 F 15 AA 5B 29
Octal 11 311 252 140 0 17 25 252 133 51
Binary 1001 11001001 10101010 1100000 0 1111 10101 10101010 1011011 101001

Color Harmonies of #09C9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C9AA

Black with #09C9AA

Text Example


Text Example

White with #09C9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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