Shades of Light Sea Green #1DB9AF
Tints of Light Sea Green #1DB9AF
RGB
CMYK
RGB Variations
Color information
#1DB9AF (or 0x1DB9AF) is known color: Light Sea Green. HEX triplet: 1D, B9 and AF. RGB value is (29,185,175). Sum of RGB (Red+Green+Blue) = 29+185+175=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB9AF is #E24650. Grayscale: #898989. Windows color (decimal): -14829137 or 11516189. OLE color: 11516189.
HSL color Cylindrical-coordinate representation of color #1DB9AF: hue angle of 176.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB9AF is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 175 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.27 |
| HSL | 176.15º | 0.73% | 0.42% | - |
| HSV(B) | 176.15º | 0.84% | 0.73% | - |
| XYZ | 25.59 | 38.05 | 46.55 | - |
| YUV | 137.22 | 149.32 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 175 | 0.84 | 0 | 0.05 | 0.27 | 176.15 | 0.73 | 0.42 |
| Hex | 1D | B9 | AF | 54 | 0 | 5 | 1B | B0 | 49 | 2A |
| Octal | 35 | 271 | 257 | 124 | 0 | 5 | 33 | 260 | 111 | 52 |
| Binary | 11101 | 10111001 | 10101111 | 1010100 | 0 | 101 | 11011 | 10110000 | 1001001 | 101010 |
Color Harmonies of #1DB9AF
Complementary color
Monochromatic Colors of #1DB9AF
Black with #1DB9AF
Text Example
Text Example
White with #1DB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB9AF; }
p { color: rgb(29,185,175); }
H1.HeaderClassName
{
color: #1DB9AF;
}
.AnyTagClassName
{
color: #1DB9AF;
}
</style>
background-color css
<style>
a { background-color: #1DB9AF; }
a { background-color: rgb(29,185,175); }
div.DivClassName
{
background-color: #1DB9AF;
}
.BgClassName
{
background-color: #1DB9AF;
}
</style>
border-color css
<style>
span { border-color: #1DB9AF; }
span { border-color: rgb(29,185,175); }
td.TdClassName
{
border-color: #1DB9AF;
}
.TagClassName
{
border-color: #1DB9AF;
}
</style>