Shades of Light Sea Green #1DB5AF
Tints of Light Sea Green #1DB5AF
RGB
CMYK
RGB Variations
Color information
#1DB5AF (or 0x1DB5AF) is known color: Light Sea Green. HEX triplet: 1D, B5 and AF. RGB value is (29,181,175). Sum of RGB (Red+Green+Blue) = 29+181+175=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB5AF is #E24A50. Grayscale: #868686. Windows color (decimal): -14830161 or 11515165. OLE color: 11515165.
HSL color Cylindrical-coordinate representation of color #1DB5AF: hue angle of 177.63º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB5AF is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 175 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.29 |
| HSL | 177.63º | 0.72% | 0.41% | - |
| HSV(B) | 177.63º | 0.84% | 0.71% | - |
| XYZ | 24.77 | 36.4 | 46.28 | - |
| YUV | 134.87 | 150.64 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 175 | 0.84 | 0 | 0.03 | 0.29 | 177.63 | 0.72 | 0.41 |
| Hex | 1D | B5 | AF | 54 | 0 | 3 | 1D | B2 | 48 | 29 |
| Octal | 35 | 265 | 257 | 124 | 0 | 3 | 35 | 262 | 110 | 51 |
| Binary | 11101 | 10110101 | 10101111 | 1010100 | 0 | 11 | 11101 | 10110010 | 1001000 | 101001 |
Color Harmonies of #1DB5AF
Complementary color
Monochromatic Colors of #1DB5AF
Black with #1DB5AF
Text Example
Text Example
White with #1DB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB5AF; }
p { color: rgb(29,181,175); }
H1.HeaderClassName
{
color: #1DB5AF;
}
.AnyTagClassName
{
color: #1DB5AF;
}
</style>
background-color css
<style>
a { background-color: #1DB5AF; }
a { background-color: rgb(29,181,175); }
div.DivClassName
{
background-color: #1DB5AF;
}
.BgClassName
{
background-color: #1DB5AF;
}
</style>
border-color css
<style>
span { border-color: #1DB5AF; }
span { border-color: rgb(29,181,175); }
td.TdClassName
{
border-color: #1DB5AF;
}
.TagClassName
{
border-color: #1DB5AF;
}
</style>