Shades of Light Sea Green #1DAFBC
Tints of Light Sea Green #1DAFBC
RGB
CMYK
RGB Variations
Color information
#1DAFBC (or 0x1DAFBC) is known color: Light Sea Green. HEX triplet: 1D, AF and BC. RGB value is (29,175,188). Sum of RGB (Red+Green+Blue) = 29+175+188=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #1DAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFBC is #E25043. Grayscale: #848484. Windows color (decimal): -14831684 or 12365597. OLE color: 12365597.
HSL color Cylindrical-coordinate representation of color #1DAFBC: hue angle of 184.91º 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 #1DAFBC is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 175 | 188 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.26 |
| HSL | 184.91º | 0.73% | 0.43% | - |
| HSV(B) | 184.91º | 0.85% | 0.74% | - |
| XYZ | 24.91 | 34.55 | 52.93 | - |
| YUV | 132.83 | 159.13 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 188 | 0.85 | 0.07 | 0 | 0.26 | 184.91 | 0.73 | 0.43 |
| Hex | 1D | AF | BC | 55 | 7 | 0 | 1A | B9 | 49 | 2B |
| Octal | 35 | 257 | 274 | 125 | 7 | 0 | 32 | 271 | 111 | 53 |
| Binary | 11101 | 10101111 | 10111100 | 1010101 | 111 | 0 | 11010 | 10111001 | 1001001 | 101011 |
Color Harmonies of #1DAFBC
Complementary color
Monochromatic Colors of #1DAFBC
Black with #1DAFBC
Text Example
Text Example
White with #1DAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAFBC; }
p { color: rgb(29,175,188); }
H1.HeaderClassName
{
color: #1DAFBC;
}
.AnyTagClassName
{
color: #1DAFBC;
}
</style>
background-color css
<style>
a { background-color: #1DAFBC; }
a { background-color: rgb(29,175,188); }
div.DivClassName
{
background-color: #1DAFBC;
}
.BgClassName
{
background-color: #1DAFBC;
}
</style>
border-color css
<style>
span { border-color: #1DAFBC; }
span { border-color: rgb(29,175,188); }
td.TdClassName
{
border-color: #1DAFBC;
}
.TagClassName
{
border-color: #1DAFBC;
}
</style>