#09C8AC

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

Shades of Caribbean Green #09C8AC

Tints of Caribbean Green #09C8AC

Color information

#09C8AC (or 0x09C8AC) is unknown color: approx Caribbean Green. HEX triplet: 09, C8 and AC. RGB value is (9,200,172). Sum of RGB (Red+Green+Blue) = 9+200+172=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #09C8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C8AC is #F63753. Grayscale: #8B8B8B. Windows color (decimal): -16136020 or 11323401. OLE color: 11323401.

HSL color Cylindrical-coordinate representation of color #09C8AC: hue angle of 171.2º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C8AC is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB9200172-
CMYK0.9600.140.22
HSL171.2º91.39%40.98%-
HSV(B)171.2º95.5%78.43%-
XYZ28.2144.3546.1-
YUV139.7146.2234.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.36%
GREEN value IS 200 (78.52% from 255) = 52.49%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=2.36%
G=52.49%
B=45.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal92001720.9600.140.22171.291.3940.98
Hex9C8AC600E16ab5b29
Octal113102541400162625313351
Binary1001110010001010110011000000111010110101010111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,200,172); }

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

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

 a { background-color: rgb(9,200,172); }

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

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

 span { border-color: rgb(9,200,172); }

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