Shades of Caribbean Green #10BFA2
Tints of Caribbean Green #10BFA2
RGB
CMYK
RGB Variations
Color information
#10BFA2 (or 0x10BFA2) is known color: Caribbean Green. HEX triplet: 10, BF and A2. RGB value is (16,191,162). Sum of RGB (Red+Green+Blue) = 16+191+162=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #10BFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BFA2 is #EF405D. Grayscale: #878787. Windows color (decimal): -15679582 or 10665744. OLE color: 10665744.
HSL color Cylindrical-coordinate representation of color #10BFA2: hue angle of 170.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BFA2 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 162 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.25 |
| HSL | 170.06º | 0.85% | 0.41% | - |
| HSV(B) | 170.06º | 0.92% | 0.75% | - |
| XYZ | 25.37 | 39.98 | 40.56 | - |
| YUV | 135.37 | 143.02 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 162 | 0.92 | 0 | 0.15 | 0.25 | 170.06 | 0.85 | 0.41 |
| Hex | 10 | BF | A2 | 5C | 0 | F | 19 | AA | 55 | 29 |
| Octal | 20 | 277 | 242 | 134 | 0 | 17 | 31 | 252 | 125 | 51 |
| Binary | 10000 | 10111111 | 10100010 | 1011100 | 0 | 1111 | 11001 | 10101010 | 1010101 | 101001 |
Color Harmonies of #10BFA2
Complementary color
Monochromatic Colors of #10BFA2
Black with #10BFA2
Text Example
Text Example
White with #10BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFA2; }
p { color: rgb(16,191,162); }
H1.HeaderClassName
{
color: #10BFA2;
}
.AnyTagClassName
{
color: #10BFA2;
}
</style>
background-color css
<style>
a { background-color: #10BFA2; }
a { background-color: rgb(16,191,162); }
div.DivClassName
{
background-color: #10BFA2;
}
.BgClassName
{
background-color: #10BFA2;
}
</style>
border-color css
<style>
span { border-color: #10BFA2; }
span { border-color: rgb(16,191,162); }
td.TdClassName
{
border-color: #10BFA2;
}
.TagClassName
{
border-color: #10BFA2;
}
</style>