Shades of Caribbean Green #1AD7AF
Tints of Caribbean Green #1AD7AF
RGB
CMYK
RGB Variations
Color information
#1AD7AF (or 0x1AD7AF) is known color: Caribbean Green. HEX triplet: 1A, D7 and AF. RGB value is (26,215,175). Sum of RGB (Red+Green+Blue) = 26+215+175=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD7AF is #E52850. Grayscale: #999999. Windows color (decimal): -15018065 or 11523866. OLE color: 11523866.
HSL color Cylindrical-coordinate representation of color #1AD7AF: hue angle of 167.3º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD7AF is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 175 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.16 |
| HSL | 167.3º | 0.78% | 0.47% | - |
| HSV(B) | 167.3º | 0.88% | 0.84% | - |
| XYZ | 32.46 | 51.92 | 48.87 | - |
| YUV | 153.93 | 139.88 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 175 | 0.88 | 0 | 0.19 | 0.16 | 167.3 | 0.78 | 0.47 |
| Hex | 1A | D7 | AF | 58 | 0 | 13 | 10 | A7 | 4E | 2F |
| Octal | 32 | 327 | 257 | 130 | 0 | 23 | 20 | 247 | 116 | 57 |
| Binary | 11010 | 11010111 | 10101111 | 1011000 | 0 | 10011 | 10000 | 10100111 | 1001110 | 101111 |
Color Harmonies of #1AD7AF
Complementary color
Monochromatic Colors of #1AD7AF
Black with #1AD7AF
Text Example
Text Example
White with #1AD7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD7AF; }
p { color: rgb(26,215,175); }
H1.HeaderClassName
{
color: #1AD7AF;
}
.AnyTagClassName
{
color: #1AD7AF;
}
</style>
background-color css
<style>
a { background-color: #1AD7AF; }
a { background-color: rgb(26,215,175); }
div.DivClassName
{
background-color: #1AD7AF;
}
.BgClassName
{
background-color: #1AD7AF;
}
</style>
border-color css
<style>
span { border-color: #1AD7AF; }
span { border-color: rgb(26,215,175); }
td.TdClassName
{
border-color: #1AD7AF;
}
.TagClassName
{
border-color: #1AD7AF;
}
</style>