Shades of Caribbean Green #13CFB2
Tints of Caribbean Green #13CFB2
RGB
CMYK
RGB Variations
Color information
#13CFB2 (or 0x13CFB2) is known color: Caribbean Green. HEX triplet: 13, CF and B2. RGB value is (19,207,178). Sum of RGB (Red+Green+Blue) = 19+207+178=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CFB2 is #EC304D. Grayscale: #939393. Windows color (decimal): -15478862 or 11718419. OLE color: 11718419.
HSL color Cylindrical-coordinate representation of color #13CFB2: hue angle of 170.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CFB2 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 178 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.19 |
| HSL | 170.74º | 0.83% | 0.44% | - |
| HSV(B) | 170.74º | 0.91% | 0.81% | - |
| XYZ | 30.62 | 47.98 | 49.77 | - |
| YUV | 147.48 | 145.22 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 178 | 0.91 | 0 | 0.14 | 0.19 | 170.74 | 0.83 | 0.44 |
| Hex | 13 | CF | B2 | 5B | 0 | E | 13 | AB | 53 | 2C |
| Octal | 23 | 317 | 262 | 133 | 0 | 16 | 23 | 253 | 123 | 54 |
| Binary | 10011 | 11001111 | 10110010 | 1011011 | 0 | 1110 | 10011 | 10101011 | 1010011 | 101100 |
Color Harmonies of #13CFB2
Complementary color
Monochromatic Colors of #13CFB2
Black with #13CFB2
Text Example
Text Example
White with #13CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFB2; }
p { color: rgb(19,207,178); }
H1.HeaderClassName
{
color: #13CFB2;
}
.AnyTagClassName
{
color: #13CFB2;
}
</style>
background-color css
<style>
a { background-color: #13CFB2; }
a { background-color: rgb(19,207,178); }
div.DivClassName
{
background-color: #13CFB2;
}
.BgClassName
{
background-color: #13CFB2;
}
</style>
border-color css
<style>
span { border-color: #13CFB2; }
span { border-color: rgb(19,207,178); }
td.TdClassName
{
border-color: #13CFB2;
}
.TagClassName
{
border-color: #13CFB2;
}
</style>