Shades of Light Sea Green #1DAFAC
Tints of Light Sea Green #1DAFAC
RGB
CMYK
RGB Variations
Color information
#1DAFAC (or 0x1DAFAC) is known color: Light Sea Green. HEX triplet: 1D, AF and AC. RGB value is (29,175,172). Sum of RGB (Red+Green+Blue) = 29+175+172=376 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.71% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAFAC is #E25053. Grayscale: #828282. Windows color (decimal): -14831700 or 11317021. OLE color: 11317021.
HSL color Cylindrical-coordinate representation of color #1DAFAC: hue angle of 178.77º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAFAC is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 172 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.31 |
| HSL | 178.77º | 0.72% | 0.4% | - |
| HSV(B) | 178.77º | 0.83% | 0.69% | - |
| XYZ | 23.28 | 33.9 | 44.35 | - |
| YUV | 131 | 151.13 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 172 | 0.83 | 0 | 0.02 | 0.31 | 178.77 | 0.72 | 0.4 |
| Hex | 1D | AF | AC | 53 | 0 | 2 | 1F | B3 | 48 | 28 |
| Octal | 35 | 257 | 254 | 123 | 0 | 2 | 37 | 263 | 110 | 50 |
| Binary | 11101 | 10101111 | 10101100 | 1010011 | 0 | 10 | 11111 | 10110011 | 1001000 | 101000 |
Color Harmonies of #1DAFAC
Complementary color
Monochromatic Colors of #1DAFAC
Black with #1DAFAC
Text Example
Text Example
White with #1DAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFAC; }
p { color: rgb(29,175,172); }
H1.HeaderClassName
{
color: #1DAFAC;
}
.AnyTagClassName
{
color: #1DAFAC;
}
</style>
background-color css
<style>
a { background-color: #1DAFAC; }
a { background-color: rgb(29,175,172); }
div.DivClassName
{
background-color: #1DAFAC;
}
.BgClassName
{
background-color: #1DAFAC;
}
</style>
border-color css
<style>
span { border-color: #1DAFAC; }
span { border-color: rgb(29,175,172); }
td.TdClassName
{
border-color: #1DAFAC;
}
.TagClassName
{
border-color: #1DAFAC;
}
</style>