Shades of Light Sea Green #1DB4BE
Tints of Light Sea Green #1DB4BE
RGB
CMYK
RGB Variations
Color information
#1DB4BE (or 0x1DB4BE) is known color: Light Sea Green. HEX triplet: 1D, B4 and BE. RGB value is (29,180,190). Sum of RGB (Red+Green+Blue) = 29+180+190=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DB4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB4BE is #E24B41. Grayscale: #878787. Windows color (decimal): -14830402 or 12497949. OLE color: 12497949.
HSL color Cylindrical-coordinate representation of color #1DB4BE: hue angle of 183.73º 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 #1DB4BE is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 180 | 190 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.25 |
| HSL | 183.73º | 0.74% | 0.43% | - |
| HSV(B) | 183.73º | 0.85% | 0.75% | - |
| XYZ | 26.12 | 36.62 | 54.41 | - |
| YUV | 135.99 | 158.47 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 190 | 0.85 | 0.05 | 0 | 0.25 | 183.73 | 0.74 | 0.43 |
| Hex | 1D | B4 | BE | 55 | 5 | 0 | 19 | B8 | 4A | 2B |
| Octal | 35 | 264 | 276 | 125 | 5 | 0 | 31 | 270 | 112 | 53 |
| Binary | 11101 | 10110100 | 10111110 | 1010101 | 101 | 0 | 11001 | 10111000 | 1001010 | 101011 |
Color Harmonies of #1DB4BE
Complementary color
Monochromatic Colors of #1DB4BE
Black with #1DB4BE
Text Example
Text Example
White with #1DB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4BE; }
p { color: rgb(29,180,190); }
H1.HeaderClassName
{
color: #1DB4BE;
}
.AnyTagClassName
{
color: #1DB4BE;
}
</style>
background-color css
<style>
a { background-color: #1DB4BE; }
a { background-color: rgb(29,180,190); }
div.DivClassName
{
background-color: #1DB4BE;
}
.BgClassName
{
background-color: #1DB4BE;
}
</style>
border-color css
<style>
span { border-color: #1DB4BE; }
span { border-color: rgb(29,180,190); }
td.TdClassName
{
border-color: #1DB4BE;
}
.TagClassName
{
border-color: #1DB4BE;
}
</style>