Shades of Light Sea Green #1DB4B5
Tints of Light Sea Green #1DB4B5
RGB
CMYK
RGB Variations
Color information
#1DB4B5 (or 0x1DB4B5) is known color: Light Sea Green. HEX triplet: 1D, B4 and B5. RGB value is (29,180,181). Sum of RGB (Red+Green+Blue) = 29+180+181=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #1DB4B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB4B5 is #E24B4A. Grayscale: #868686. Windows color (decimal): -14830411 or 11908125. OLE color: 11908125.
HSL color Cylindrical-coordinate representation of color #1DB4B5: hue angle of 180.39º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB4B5 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 181 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.29 |
| HSL | 180.39º | 0.72% | 0.41% | - |
| HSV(B) | 180.39º | 0.84% | 0.71% | - |
| XYZ | 25.17 | 36.24 | 49.38 | - |
| YUV | 134.97 | 153.97 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 181 | 0.84 | 0.01 | 0 | 0.29 | 180.39 | 0.72 | 0.41 |
| Hex | 1D | B4 | B5 | 54 | 1 | 0 | 1D | B4 | 48 | 29 |
| Octal | 35 | 264 | 265 | 124 | 1 | 0 | 35 | 264 | 110 | 51 |
| Binary | 11101 | 10110100 | 10110101 | 1010100 | 1 | 0 | 11101 | 10110100 | 1001000 | 101001 |
Color Harmonies of #1DB4B5
Complementary color
Monochromatic Colors of #1DB4B5
Black with #1DB4B5
Text Example
Text Example
White with #1DB4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4B5; }
p { color: rgb(29,180,181); }
H1.HeaderClassName
{
color: #1DB4B5;
}
.AnyTagClassName
{
color: #1DB4B5;
}
</style>
background-color css
<style>
a { background-color: #1DB4B5; }
a { background-color: rgb(29,180,181); }
div.DivClassName
{
background-color: #1DB4B5;
}
.BgClassName
{
background-color: #1DB4B5;
}
</style>
border-color css
<style>
span { border-color: #1DB4B5; }
span { border-color: rgb(29,180,181); }
td.TdClassName
{
border-color: #1DB4B5;
}
.TagClassName
{
border-color: #1DB4B5;
}
</style>