#09C1AA

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

Shades of Caribbean Green #09C1AA

Tints of Caribbean Green #09C1AA

Color information

#09C1AA (or 0x09C1AA) is unknown color: approx Caribbean Green. HEX triplet: 09, C1 and AA. RGB value is (9,193,170). Sum of RGB (Red+Green+Blue) = 9+193+170=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #09C1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C1AA is #F63E55. Grayscale: #878787. Windows color (decimal): -16137814 or 11190537. OLE color: 11190537.

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

Color convert

RGB9193170-
CMYK0.9500.120.24
HSL172.5º91.09%39.61%-
HSV(B)172.5º95.34%75.69%-
XYZ26.4441.144.57-
YUV135.36147.5437.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.42%
GREEN value IS 193 (75.78% from 255) = 51.88%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=2.42%
G=51.88%
B=45.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91931700.9500.120.24172.591.0939.61
Hex9C1AA5F0C18ac5b28
Octal113012521370143025413350
Binary1001110000011010101010111110110011000101011001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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