Shades of Caribbean Green #1AD7B3
Tints of Caribbean Green #1AD7B3
RGB
CMYK
RGB Variations
Color information
#1AD7B3 (or 0x1AD7B3) is known color: Caribbean Green. HEX triplet: 1A, D7 and B3. RGB value is (26,215,179). Sum of RGB (Red+Green+Blue) = 26+215+179=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD7B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD7B3 is #E5284C. Grayscale: #9A9A9A. Windows color (decimal): -15018061 or 11786010. OLE color: 11786010.
HSL color Cylindrical-coordinate representation of color #1AD7B3: hue angle of 168.57º 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 #1AD7B3 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 179 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.16 |
| HSL | 168.57º | 0.78% | 0.47% | - |
| HSV(B) | 168.57º | 0.88% | 0.84% | - |
| XYZ | 32.86 | 52.08 | 50.97 | - |
| YUV | 154.39 | 141.88 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 179 | 0.88 | 0 | 0.17 | 0.16 | 168.57 | 0.78 | 0.47 |
| Hex | 1A | D7 | B3 | 58 | 0 | 11 | 10 | A9 | 4E | 2F |
| Octal | 32 | 327 | 263 | 130 | 0 | 21 | 20 | 251 | 116 | 57 |
| Binary | 11010 | 11010111 | 10110011 | 1011000 | 0 | 10001 | 10000 | 10101001 | 1001110 | 101111 |
Color Harmonies of #1AD7B3
Complementary color
Monochromatic Colors of #1AD7B3
Black with #1AD7B3
Text Example
Text Example
White with #1AD7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD7B3; }
p { color: rgb(26,215,179); }
H1.HeaderClassName
{
color: #1AD7B3;
}
.AnyTagClassName
{
color: #1AD7B3;
}
</style>
background-color css
<style>
a { background-color: #1AD7B3; }
a { background-color: rgb(26,215,179); }
div.DivClassName
{
background-color: #1AD7B3;
}
.BgClassName
{
background-color: #1AD7B3;
}
</style>
border-color css
<style>
span { border-color: #1AD7B3; }
span { border-color: rgb(26,215,179); }
td.TdClassName
{
border-color: #1AD7B3;
}
.TagClassName
{
border-color: #1AD7B3;
}
</style>