Shades of Caribbean Green #09BFAB
Tints of Caribbean Green #09BFAB
RGB
CMYK
RGB Variations
Color information
#09BFAB (or 0x09BFAB) is known color: Caribbean Green. HEX triplet: 09, BF and AB. RGB value is (9,191,171). Sum of RGB (Red+Green+Blue) = 9+191+171=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #09BFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BFAB is #F64054. Grayscale: #868686. Windows color (decimal): -16138325 or 11255561. OLE color: 11255561.
HSL color Cylindrical-coordinate representation of color #09BFAB: hue angle of 173.41º 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 #09BFAB is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 171 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.25 |
| HSL | 173.41º | 0.91% | 0.39% | - |
| HSV(B) | 173.41º | 0.95% | 0.75% | - |
| XYZ | 26.09 | 40.26 | 44.92 | - |
| YUV | 134.3 | 148.7 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 171 | 0.95 | 0 | 0.10 | 0.25 | 173.41 | 0.91 | 0.39 |
| Hex | 9 | BF | AB | 5F | 0 | A | 19 | AD | 5B | 27 |
| Octal | 11 | 277 | 253 | 137 | 0 | 12 | 31 | 255 | 133 | 47 |
| Binary | 1001 | 10111111 | 10101011 | 1011111 | 0 | 1010 | 11001 | 10101101 | 1011011 | 100111 |
Color Harmonies of #09BFAB
Complementary color
Monochromatic Colors of #09BFAB
Black with #09BFAB
Text Example
Text Example
White with #09BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFAB; }
p { color: rgb(9,191,171); }
H1.HeaderClassName
{
color: #09BFAB;
}
.AnyTagClassName
{
color: #09BFAB;
}
</style>
background-color css
<style>
a { background-color: #09BFAB; }
a { background-color: rgb(9,191,171); }
div.DivClassName
{
background-color: #09BFAB;
}
.BgClassName
{
background-color: #09BFAB;
}
</style>
border-color css
<style>
span { border-color: #09BFAB; }
span { border-color: rgb(9,191,171); }
td.TdClassName
{
border-color: #09BFAB;
}
.TagClassName
{
border-color: #09BFAB;
}
</style>