#09C0A6

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

Shades of Caribbean Green #09C0A6

Tints of Caribbean Green #09C0A6

Color information

#09C0A6 (or 0x09C0A6) is unknown color: approx Caribbean Green. HEX triplet: 09, C0 and A6. RGB value is (9,192,166). Sum of RGB (Red+Green+Blue) = 9+192+166=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C0A6 is #F63F59. Grayscale: #868686. Windows color (decimal): -16138074 or 10928137. OLE color: 10928137.

HSL color Cylindrical-coordinate representation of color #09C0A6: hue angle of 171.48º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C0A6 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB9192166-
CMYK0.9500.140.25
HSL171.48º91.04%39.41%-
HSV(B)171.48º95.31%75.29%-
XYZ25.8540.5142.53-
YUV134.32145.8738.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.45%
GREEN value IS 192 (75.39% from 255) = 52.32%
BLUE value IS 166 (65.23% from 255) = 45.23%
R=2.45%
G=52.32%
B=45.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91921660.9500.140.25171.4891.0439.41
Hex9C0A65F0E19ab5b27
Octal113002461370163125313347
Binary1001110000001010011010111110111011001101010111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,192,166); }

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

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

 a { background-color: rgb(9,192,166); }

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

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

 span { border-color: rgb(9,192,166); }

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