Shades of Caribbean Green #1ADFAE
Tints of Caribbean Green #1ADFAE
RGB
CMYK
RGB Variations
Color information
#1ADFAE (or 0x1ADFAE) is known color: Caribbean Green. HEX triplet: 1A, DF and AE. RGB value is (26,223,174). Sum of RGB (Red+Green+Blue) = 26+223+174=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADFAE is #E52051. Grayscale: #9E9E9E. Windows color (decimal): -15016018 or 11460378. OLE color: 11460378.
HSL color Cylindrical-coordinate representation of color #1ADFAE: hue angle of 165.08º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADFAE is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 174 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.13 |
| HSL | 165.08º | 0.79% | 0.49% | - |
| HSV(B) | 165.08º | 0.88% | 0.87% | - |
| XYZ | 34.45 | 56.05 | 49.05 | - |
| YUV | 158.51 | 136.73 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 174 | 0.88 | 0 | 0.22 | 0.13 | 165.08 | 0.79 | 0.49 |
| Hex | 1A | DF | AE | 58 | 0 | 16 | D | A5 | 4F | 31 |
| Octal | 32 | 337 | 256 | 130 | 0 | 26 | 15 | 245 | 117 | 61 |
| Binary | 11010 | 11011111 | 10101110 | 1011000 | 0 | 10110 | 1101 | 10100101 | 1001111 | 110001 |
Color Harmonies of #1ADFAE
Complementary color
Monochromatic Colors of #1ADFAE
Black with #1ADFAE
Text Example
Text Example
White with #1ADFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFAE; }
p { color: rgb(26,223,174); }
H1.HeaderClassName
{
color: #1ADFAE;
}
.AnyTagClassName
{
color: #1ADFAE;
}
</style>
background-color css
<style>
a { background-color: #1ADFAE; }
a { background-color: rgb(26,223,174); }
div.DivClassName
{
background-color: #1ADFAE;
}
.BgClassName
{
background-color: #1ADFAE;
}
</style>
border-color css
<style>
span { border-color: #1ADFAE; }
span { border-color: rgb(26,223,174); }
td.TdClassName
{
border-color: #1ADFAE;
}
.TagClassName
{
border-color: #1ADFAE;
}
</style>