#09C3AA

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

Shades of Caribbean Green #09C3AA

Tints of Caribbean Green #09C3AA

Color information

#09C3AA (or 0x09C3AA) is unknown color: approx Caribbean Green. HEX triplet: 09, C3 and AA. RGB value is (9,195,170). Sum of RGB (Red+Green+Blue) = 9+195+170=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #09C3AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C3AA is #F63C55. Grayscale: #888888. Windows color (decimal): -16137302 or 11191049. OLE color: 11191049.

HSL color Cylindrical-coordinate representation of color #09C3AA: hue angle of 171.94º 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 #09C3AA is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB9195170-
CMYK0.9500.130.24
HSL171.94º91.18%40%-
HSV(B)171.94º95.38%76.47%-
XYZ26.8841.9944.72-
YUV136.54146.8837.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.41%
GREEN value IS 195 (76.56% from 255) = 52.14%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=2.41%
G=52.14%
B=45.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91951700.9500.130.24171.9491.1840
Hex9C3AA5F0D18ac5b28
Octal113032521370153025413350
Binary1001110000111010101010111110110111000101011001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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