Shades of Caribbean Green #0FC398
Tints of Caribbean Green #0FC398
RGB
CMYK
RGB Variations
Color information
#0FC398 (or 0x0FC398) is known color: Caribbean Green. HEX triplet: 0F, C3 and 98. RGB value is (15,195,152). Sum of RGB (Red+Green+Blue) = 15+195+152=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC398 is #F03C67. Grayscale: #888888. Windows color (decimal): -15744104 or 10011407. OLE color: 10011407.
HSL color Cylindrical-coordinate representation of color #0FC398: hue angle of 165.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC398 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 152 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.24 |
| HSL | 165.67º | 0.86% | 0.41% | - |
| HSV(B) | 165.67º | 0.92% | 0.76% | - |
| XYZ | 25.38 | 41.4 | 36.36 | - |
| YUV | 136.28 | 136.87 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 152 | 0.92 | 0 | 0.22 | 0.24 | 165.67 | 0.86 | 0.41 |
| Hex | F | C3 | 98 | 5C | 0 | 16 | 18 | A6 | 56 | 29 |
| Octal | 17 | 303 | 230 | 134 | 0 | 26 | 30 | 246 | 126 | 51 |
| Binary | 1111 | 11000011 | 10011000 | 1011100 | 0 | 10110 | 11000 | 10100110 | 1010110 | 101001 |
Color Harmonies of #0FC398
Complementary color
Monochromatic Colors of #0FC398
Black with #0FC398
Text Example
Text Example
White with #0FC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC398; }
p { color: rgb(15,195,152); }
H1.HeaderClassName
{
color: #0FC398;
}
.AnyTagClassName
{
color: #0FC398;
}
</style>
background-color css
<style>
a { background-color: #0FC398; }
a { background-color: rgb(15,195,152); }
div.DivClassName
{
background-color: #0FC398;
}
.BgClassName
{
background-color: #0FC398;
}
</style>
border-color css
<style>
span { border-color: #0FC398; }
span { border-color: rgb(15,195,152); }
td.TdClassName
{
border-color: #0FC398;
}
.TagClassName
{
border-color: #0FC398;
}
</style>