Shades of Caribbean Green #0FC69B
Tints of Caribbean Green #0FC69B
RGB
CMYK
RGB Variations
Color information
#0FC69B (or 0x0FC69B) is known color: Caribbean Green. HEX triplet: 0F, C6 and 9B. RGB value is (15,198,155). Sum of RGB (Red+Green+Blue) = 15+198+155=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC69B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC69B is #F03964. Grayscale: #8A8A8A. Windows color (decimal): -15743333 or 10208783. OLE color: 10208783.
HSL color Cylindrical-coordinate representation of color #0FC69B: hue angle of 165.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC69B is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 155 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.22 |
| HSL | 165.9º | 0.86% | 0.42% | - |
| HSV(B) | 165.9º | 0.92% | 0.78% | - |
| XYZ | 26.31 | 42.86 | 37.9 | - |
| YUV | 138.38 | 137.37 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 155 | 0.92 | 0 | 0.22 | 0.22 | 165.9 | 0.86 | 0.42 |
| Hex | F | C6 | 9B | 5C | 0 | 16 | 16 | A6 | 56 | 2A |
| Octal | 17 | 306 | 233 | 134 | 0 | 26 | 26 | 246 | 126 | 52 |
| Binary | 1111 | 11000110 | 10011011 | 1011100 | 0 | 10110 | 10110 | 10100110 | 1010110 | 101010 |
Color Harmonies of #0FC69B
Complementary color
Monochromatic Colors of #0FC69B
Black with #0FC69B
Text Example
Text Example
White with #0FC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC69B; }
p { color: rgb(15,198,155); }
H1.HeaderClassName
{
color: #0FC69B;
}
.AnyTagClassName
{
color: #0FC69B;
}
</style>
background-color css
<style>
a { background-color: #0FC69B; }
a { background-color: rgb(15,198,155); }
div.DivClassName
{
background-color: #0FC69B;
}
.BgClassName
{
background-color: #0FC69B;
}
</style>
border-color css
<style>
span { border-color: #0FC69B; }
span { border-color: rgb(15,198,155); }
td.TdClassName
{
border-color: #0FC69B;
}
.TagClassName
{
border-color: #0FC69B;
}
</style>