Shades of Light Sea Green #1DACB8
Tints of Light Sea Green #1DACB8
RGB
CMYK
RGB Variations
Color information
#1DACB8 (or 0x1DACB8) is known color: Light Sea Green. HEX triplet: 1D, AC and B8. RGB value is (29,172,184). Sum of RGB (Red+Green+Blue) = 29+172+184=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #1DACB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACB8 is #E25347. Grayscale: #828282. Windows color (decimal): -14832456 or 12102685. OLE color: 12102685.
HSL color Cylindrical-coordinate representation of color #1DACB8: hue angle of 184.65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DACB8 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 172 | 184 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.28 |
| HSL | 184.65º | 0.73% | 0.42% | - |
| HSV(B) | 184.65º | 0.84% | 0.72% | - |
| XYZ | 23.91 | 33.23 | 50.5 | - |
| YUV | 130.61 | 158.12 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 184 | 0.84 | 0.07 | 0 | 0.28 | 184.65 | 0.73 | 0.42 |
| Hex | 1D | AC | B8 | 54 | 7 | 0 | 1C | B9 | 49 | 2A |
| Octal | 35 | 254 | 270 | 124 | 7 | 0 | 34 | 271 | 111 | 52 |
| Binary | 11101 | 10101100 | 10111000 | 1010100 | 111 | 0 | 11100 | 10111001 | 1001001 | 101010 |
Color Harmonies of #1DACB8
Complementary color
Monochromatic Colors of #1DACB8
Black with #1DACB8
Text Example
Text Example
White with #1DACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACB8; }
p { color: rgb(29,172,184); }
H1.HeaderClassName
{
color: #1DACB8;
}
.AnyTagClassName
{
color: #1DACB8;
}
</style>
background-color css
<style>
a { background-color: #1DACB8; }
a { background-color: rgb(29,172,184); }
div.DivClassName
{
background-color: #1DACB8;
}
.BgClassName
{
background-color: #1DACB8;
}
</style>
border-color css
<style>
span { border-color: #1DACB8; }
span { border-color: rgb(29,172,184); }
td.TdClassName
{
border-color: #1DACB8;
}
.TagClassName
{
border-color: #1DACB8;
}
</style>