Shades of Caribbean Green #0FC69D
Tints of Caribbean Green #0FC69D
RGB
CMYK
RGB Variations
Color information
#0FC69D (or 0x0FC69D) is known color: Caribbean Green. HEX triplet: 0F, C6 and 9D. RGB value is (15,198,157). Sum of RGB (Red+Green+Blue) = 15+198+157=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC69D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC69D is #F03962. Grayscale: #8A8A8A. Windows color (decimal): -15743331 or 10339855. OLE color: 10339855.
HSL color Cylindrical-coordinate representation of color #0FC69D: hue angle of 166.56º 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 #0FC69D is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 157 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.22 |
| HSL | 166.56º | 0.86% | 0.42% | - |
| HSV(B) | 166.56º | 0.92% | 0.78% | - |
| XYZ | 26.48 | 42.92 | 38.79 | - |
| YUV | 138.61 | 138.37 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 157 | 0.92 | 0 | 0.21 | 0.22 | 166.56 | 0.86 | 0.42 |
| Hex | F | C6 | 9D | 5C | 0 | 15 | 16 | A7 | 56 | 2A |
| Octal | 17 | 306 | 235 | 134 | 0 | 25 | 26 | 247 | 126 | 52 |
| Binary | 1111 | 11000110 | 10011101 | 1011100 | 0 | 10101 | 10110 | 10100111 | 1010110 | 101010 |
Color Harmonies of #0FC69D
Complementary color
Monochromatic Colors of #0FC69D
Black with #0FC69D
Text Example
Text Example
White with #0FC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC69D; }
p { color: rgb(15,198,157); }
H1.HeaderClassName
{
color: #0FC69D;
}
.AnyTagClassName
{
color: #0FC69D;
}
</style>
background-color css
<style>
a { background-color: #0FC69D; }
a { background-color: rgb(15,198,157); }
div.DivClassName
{
background-color: #0FC69D;
}
.BgClassName
{
background-color: #0FC69D;
}
</style>
border-color css
<style>
span { border-color: #0FC69D; }
span { border-color: rgb(15,198,157); }
td.TdClassName
{
border-color: #0FC69D;
}
.TagClassName
{
border-color: #0FC69D;
}
</style>