#09C0A5

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

Shades of Caribbean Green #09C0A5

Tints of Caribbean Green #09C0A5

Color information

#09C0A5 (or 0x09C0A5) is unknown color: approx Caribbean Green. HEX triplet: 09, C0 and A5. RGB value is (9,192,165). Sum of RGB (Red+Green+Blue) = 9+192+165=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C0A5 is #F63F5A. Grayscale: #868686. Windows color (decimal): -16138075 or 10862601. OLE color: 10862601.

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

Color convert

RGB9192165-
CMYK0.9500.140.25
HSL171.15º91.04%39.41%-
HSV(B)171.15º95.31%75.29%-
XYZ25.7540.4742.05-
YUV134.2145.3738.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.46%
GREEN value IS 192 (75.39% from 255) = 52.46%
BLUE value IS 165 (64.84% from 255) = 45.08%
R=2.46%
G=52.46%
B=45.08%

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
Decimal91921650.9500.140.25171.1591.0439.41
Hex9C0A55F0E19ab5b27
Octal113002451370163125313347
Binary1001110000001010010110111110111011001101010111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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