Shades of Light Sea Green #1DBEAF
Tints of Light Sea Green #1DBEAF
RGB
CMYK
RGB Variations
Color information
#1DBEAF (or 0x1DBEAF) is known color: Light Sea Green. HEX triplet: 1D, BE and AF. RGB value is (29,190,175). Sum of RGB (Red+Green+Blue) = 29+190+175=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBEAF is #E24150. Grayscale: #8C8C8C. Windows color (decimal): -14827857 or 11517469. OLE color: 11517469.
HSL color Cylindrical-coordinate representation of color #1DBEAF: hue angle of 174.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBEAF is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 175 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.25 |
| HSL | 174.41º | 0.74% | 0.43% | - |
| HSV(B) | 174.41º | 0.85% | 0.75% | - |
| XYZ | 26.66 | 40.18 | 46.91 | - |
| YUV | 140.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 175 | 0.85 | 0 | 0.08 | 0.25 | 174.41 | 0.74 | 0.43 |
| Hex | 1D | BE | AF | 55 | 0 | 8 | 19 | AE | 4A | 2B |
| Octal | 35 | 276 | 257 | 125 | 0 | 10 | 31 | 256 | 112 | 53 |
| Binary | 11101 | 10111110 | 10101111 | 1010101 | 0 | 1000 | 11001 | 10101110 | 1001010 | 101011 |
Color Harmonies of #1DBEAF
Complementary color
Monochromatic Colors of #1DBEAF
Black with #1DBEAF
Text Example
Text Example
White with #1DBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEAF; }
p { color: rgb(29,190,175); }
H1.HeaderClassName
{
color: #1DBEAF;
}
.AnyTagClassName
{
color: #1DBEAF;
}
</style>
background-color css
<style>
a { background-color: #1DBEAF; }
a { background-color: rgb(29,190,175); }
div.DivClassName
{
background-color: #1DBEAF;
}
.BgClassName
{
background-color: #1DBEAF;
}
</style>
border-color css
<style>
span { border-color: #1DBEAF; }
span { border-color: rgb(29,190,175); }
td.TdClassName
{
border-color: #1DBEAF;
}
.TagClassName
{
border-color: #1DBEAF;
}
</style>