Shades of Light Sea Green #1DB0BC
Tints of Light Sea Green #1DB0BC
RGB
CMYK
RGB Variations
Color information
#1DB0BC (or 0x1DB0BC) is known color: Light Sea Green. HEX triplet: 1D, B0 and BC. RGB value is (29,176,188). Sum of RGB (Red+Green+Blue) = 29+176+188=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #1DB0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB0BC is #E24F43. Grayscale: #858585. Windows color (decimal): -14831428 or 12365853. OLE color: 12365853.
HSL color Cylindrical-coordinate representation of color #1DB0BC: hue angle of 184.53º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DB0BC is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 176 | 188 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.26 |
| HSL | 184.53º | 0.73% | 0.43% | - |
| HSV(B) | 184.53º | 0.85% | 0.74% | - |
| XYZ | 25.11 | 34.94 | 53 | - |
| YUV | 133.42 | 158.8 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 188 | 0.85 | 0.06 | 0 | 0.26 | 184.53 | 0.73 | 0.43 |
| Hex | 1D | B0 | BC | 55 | 6 | 0 | 1A | B9 | 49 | 2B |
| Octal | 35 | 260 | 274 | 125 | 6 | 0 | 32 | 271 | 111 | 53 |
| Binary | 11101 | 10110000 | 10111100 | 1010101 | 110 | 0 | 11010 | 10111001 | 1001001 | 101011 |
Color Harmonies of #1DB0BC
Complementary color
Monochromatic Colors of #1DB0BC
Black with #1DB0BC
Text Example
Text Example
White with #1DB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB0BC; }
p { color: rgb(29,176,188); }
H1.HeaderClassName
{
color: #1DB0BC;
}
.AnyTagClassName
{
color: #1DB0BC;
}
</style>
background-color css
<style>
a { background-color: #1DB0BC; }
a { background-color: rgb(29,176,188); }
div.DivClassName
{
background-color: #1DB0BC;
}
.BgClassName
{
background-color: #1DB0BC;
}
</style>
border-color css
<style>
span { border-color: #1DB0BC; }
span { border-color: rgb(29,176,188); }
td.TdClassName
{
border-color: #1DB0BC;
}
.TagClassName
{
border-color: #1DB0BC;
}
</style>