Html Css Color HEX #09C2AA Caribbean Green

📋 copy color: '#09C2AA'

red 9 ◦ green 194 ◦ blue 170

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

Shades of Caribbean Green #09C2AA

Tints of Caribbean Green #09C2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.01%

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

R = 2.41%
G = 52.01%
B = 45.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#09C2AA (or 0x09C2AA) is known color: Caribbean Green. HEX triplet: 09, C2 and AA. RGB value is (9,194,170). Sum of RGB (Red+Green+Blue) = 9+194+170=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #09C2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C2AA is #F63D55. Grayscale: #878787. Windows color (decimal): -16137558 or 11190793. OLE color: 11190793.

HSL color Cylindrical-coordinate representation of color #09C2AA: hue angle of 172.22º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C2AA is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 194 170 -
CMYK 0.95 0 0.12 0.24
HSL 172.22º 0.91% 0.4% -
HSV(B) 172.22º 0.95% 0.76% -
XYZ 26.66 41.54 44.64 -
YUV 135.95 147.21 37.45 -
System Red Green Blue C M Y K H S L
Decimal 9 194 170 0.95 0 0.12 0.24 172.22 0.91 0.4
Hex 9 C2 AA 5F 0 C 18 AC 5B 28
Octal 11 302 252 137 0 14 30 254 133 50
Binary 1001 11000010 10101010 1011111 0 1100 11000 10101100 1011011 101000

Color Harmonies of #09C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C2AA

Black with #09C2AA

Text Example


Text Example

White with #09C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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