Shades of Caribbean Green #09CFB2
Tints of Caribbean Green #09CFB2
RGB
CMYK
RGB Variations
Color information
#09CFB2 (or 0x09CFB2) is known color: Caribbean Green. HEX triplet: 09, CF and B2. RGB value is (9,207,178). Sum of RGB (Red+Green+Blue) = 9+207+178=394 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #09CFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CFB2 is #F6304D. Grayscale: #909090. Windows color (decimal): -16134222 or 11718409. OLE color: 11718409.
HSL color Cylindrical-coordinate representation of color #09CFB2: hue angle of 171.21º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFB2 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 178 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.19 |
| HSL | 171.21º | 0.92% | 0.42% | - |
| HSV(B) | 171.21º | 0.96% | 0.81% | - |
| XYZ | 30.46 | 47.9 | 49.76 | - |
| YUV | 144.49 | 146.9 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 178 | 0.96 | 0 | 0.14 | 0.19 | 171.21 | 0.92 | 0.42 |
| Hex | 9 | CF | B2 | 60 | 0 | E | 13 | AB | 5C | 2A |
| Octal | 11 | 317 | 262 | 140 | 0 | 16 | 23 | 253 | 134 | 52 |
| Binary | 1001 | 11001111 | 10110010 | 1100000 | 0 | 1110 | 10011 | 10101011 | 1011100 | 101010 |
Color Harmonies of #09CFB2
Complementary color
Monochromatic Colors of #09CFB2
Black with #09CFB2
Text Example
Text Example
White with #09CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFB2; }
p { color: rgb(9,207,178); }
H1.HeaderClassName
{
color: #09CFB2;
}
.AnyTagClassName
{
color: #09CFB2;
}
</style>
background-color css
<style>
a { background-color: #09CFB2; }
a { background-color: rgb(9,207,178); }
div.DivClassName
{
background-color: #09CFB2;
}
.BgClassName
{
background-color: #09CFB2;
}
</style>
border-color css
<style>
span { border-color: #09CFB2; }
span { border-color: rgb(9,207,178); }
td.TdClassName
{
border-color: #09CFB2;
}
.TagClassName
{
border-color: #09CFB2;
}
</style>