Shades of Light Sea Green #1DADB3
Tints of Light Sea Green #1DADB3
RGB
CMYK
RGB Variations
Color information
#1DADB3 (or 0x1DADB3) is known color: Light Sea Green. HEX triplet: 1D, AD and B3. RGB value is (29,173,179). Sum of RGB (Red+Green+Blue) = 29+173+179=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #1DADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADB3 is #E2524C. Grayscale: #828282. Windows color (decimal): -14832205 or 11775261. OLE color: 11775261.
HSL color Cylindrical-coordinate representation of color #1DADB3: hue angle of 182.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DADB3 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 173 | 179 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.30 |
| HSL | 182.4º | 0.72% | 0.41% | - |
| HSV(B) | 182.4º | 0.84% | 0.7% | - |
| XYZ | 23.59 | 33.4 | 47.85 | - |
| YUV | 130.63 | 155.29 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 179 | 0.84 | 0.03 | 0 | 0.30 | 182.4 | 0.72 | 0.41 |
| Hex | 1D | AD | B3 | 54 | 3 | 0 | 1E | B6 | 48 | 29 |
| Octal | 35 | 255 | 263 | 124 | 3 | 0 | 36 | 266 | 110 | 51 |
| Binary | 11101 | 10101101 | 10110011 | 1010100 | 11 | 0 | 11110 | 10110110 | 1001000 | 101001 |
Color Harmonies of #1DADB3
Complementary color
Monochromatic Colors of #1DADB3
Black with #1DADB3
Text Example
Text Example
White with #1DADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADB3; }
p { color: rgb(29,173,179); }
H1.HeaderClassName
{
color: #1DADB3;
}
.AnyTagClassName
{
color: #1DADB3;
}
</style>
background-color css
<style>
a { background-color: #1DADB3; }
a { background-color: rgb(29,173,179); }
div.DivClassName
{
background-color: #1DADB3;
}
.BgClassName
{
background-color: #1DADB3;
}
</style>
border-color css
<style>
span { border-color: #1DADB3; }
span { border-color: rgb(29,173,179); }
td.TdClassName
{
border-color: #1DADB3;
}
.TagClassName
{
border-color: #1DADB3;
}
</style>