Shades of Light Sea Green #1DAFBD
Tints of Light Sea Green #1DAFBD
RGB
CMYK
RGB Variations
Color information
#1DAFBD (or 0x1DAFBD) is known color: Light Sea Green. HEX triplet: 1D, AF and BD. RGB value is (29,175,189). Sum of RGB (Red+Green+Blue) = 29+175+189=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #1DAFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFBD is #E25042. Grayscale: #848484. Windows color (decimal): -14831683 or 12431133. OLE color: 12431133.
HSL color Cylindrical-coordinate representation of color #1DAFBD: hue angle of 185.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DAFBD is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 175 | 189 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.26 |
| HSL | 185.25º | 0.73% | 0.43% | - |
| HSV(B) | 185.25º | 0.85% | 0.74% | - |
| XYZ | 25.02 | 34.6 | 53.5 | - |
| YUV | 132.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 189 | 0.85 | 0.07 | 0 | 0.26 | 185.25 | 0.73 | 0.43 |
| Hex | 1D | AF | BD | 55 | 7 | 0 | 1A | B9 | 49 | 2B |
| Octal | 35 | 257 | 275 | 125 | 7 | 0 | 32 | 271 | 111 | 53 |
| Binary | 11101 | 10101111 | 10111101 | 1010101 | 111 | 0 | 11010 | 10111001 | 1001001 | 101011 |
Color Harmonies of #1DAFBD
Complementary color
Monochromatic Colors of #1DAFBD
Black with #1DAFBD
Text Example
Text Example
White with #1DAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFBD; }
p { color: rgb(29,175,189); }
H1.HeaderClassName
{
color: #1DAFBD;
}
.AnyTagClassName
{
color: #1DAFBD;
}
</style>
background-color css
<style>
a { background-color: #1DAFBD; }
a { background-color: rgb(29,175,189); }
div.DivClassName
{
background-color: #1DAFBD;
}
.BgClassName
{
background-color: #1DAFBD;
}
</style>
border-color css
<style>
span { border-color: #1DAFBD; }
span { border-color: rgb(29,175,189); }
td.TdClassName
{
border-color: #1DAFBD;
}
.TagClassName
{
border-color: #1DAFBD;
}
</style>