Shades of Caribbean Green #0FCDA3
Tints of Caribbean Green #0FCDA3
RGB
CMYK
RGB Variations
Color information
#0FCDA3 (or 0x0FCDA3) is known color: Caribbean Green. HEX triplet: 0F, CD and A3. RGB value is (15,205,163). Sum of RGB (Red+Green+Blue) = 15+205+163=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCDA3 is #F0325C. Grayscale: #8F8F8F. Windows color (decimal): -15741533 or 10734863. OLE color: 10734863.
HSL color Cylindrical-coordinate representation of color #0FCDA3: hue angle of 166.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDA3 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 163 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.20 |
| HSL | 166.74º | 0.86% | 0.43% | - |
| HSV(B) | 166.74º | 0.93% | 0.8% | - |
| XYZ | 28.64 | 46.41 | 42.1 | - |
| YUV | 143.4 | 139.05 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 163 | 0.93 | 0 | 0.20 | 0.20 | 166.74 | 0.86 | 0.43 |
| Hex | F | CD | A3 | 5D | 0 | 14 | 14 | A7 | 56 | 2B |
| Octal | 17 | 315 | 243 | 135 | 0 | 24 | 24 | 247 | 126 | 53 |
| Binary | 1111 | 11001101 | 10100011 | 1011101 | 0 | 10100 | 10100 | 10100111 | 1010110 | 101011 |
Color Harmonies of #0FCDA3
Complementary color
Monochromatic Colors of #0FCDA3
Black with #0FCDA3
Text Example
Text Example
White with #0FCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDA3; }
p { color: rgb(15,205,163); }
H1.HeaderClassName
{
color: #0FCDA3;
}
.AnyTagClassName
{
color: #0FCDA3;
}
</style>
background-color css
<style>
a { background-color: #0FCDA3; }
a { background-color: rgb(15,205,163); }
div.DivClassName
{
background-color: #0FCDA3;
}
.BgClassName
{
background-color: #0FCDA3;
}
</style>
border-color css
<style>
span { border-color: #0FCDA3; }
span { border-color: rgb(15,205,163); }
td.TdClassName
{
border-color: #0FCDA3;
}
.TagClassName
{
border-color: #0FCDA3;
}
</style>