Shades of Caribbean Green #09CCB1
Tints of Caribbean Green #09CCB1
RGB
CMYK
RGB Variations
Color information
#09CCB1 (or 0x09CCB1) is known color: Caribbean Green. HEX triplet: 09, CC and B1. RGB value is (9,204,177). Sum of RGB (Red+Green+Blue) = 9+204+177=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #09CCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CCB1 is #F6334E. Grayscale: #8E8E8E. Windows color (decimal): -16134991 or 11652105. OLE color: 11652105.
HSL color Cylindrical-coordinate representation of color #09CCB1: hue angle of 171.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCB1 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 204 | 177 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.2 |
| HSL | 171.69º | 0.92% | 0.42% | - |
| HSV(B) | 171.69º | 0.96% | 0.8% | - |
| XYZ | 29.64 | 46.42 | 48.99 | - |
| YUV | 142.62 | 147.4 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 177 | 0.96 | 0 | 0.13 | 0.2 | 171.69 | 0.92 | 0.42 |
| Hex | 9 | CC | B1 | 60 | 0 | D | 14 | AC | 5C | 2A |
| Octal | 11 | 314 | 261 | 140 | 0 | 15 | 24 | 254 | 134 | 52 |
| Binary | 1001 | 11001100 | 10110001 | 1100000 | 0 | 1101 | 10100 | 10101100 | 1011100 | 101010 |
Color Harmonies of #09CCB1
Complementary color
Monochromatic Colors of #09CCB1
Black with #09CCB1
Text Example
Text Example
White with #09CCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCB1; }
p { color: rgb(9,204,177); }
H1.HeaderClassName
{
color: #09CCB1;
}
.AnyTagClassName
{
color: #09CCB1;
}
</style>
background-color css
<style>
a { background-color: #09CCB1; }
a { background-color: rgb(9,204,177); }
div.DivClassName
{
background-color: #09CCB1;
}
.BgClassName
{
background-color: #09CCB1;
}
</style>
border-color css
<style>
span { border-color: #09CCB1; }
span { border-color: rgb(9,204,177); }
td.TdClassName
{
border-color: #09CCB1;
}
.TagClassName
{
border-color: #09CCB1;
}
</style>