Shades of Light Sea Green #1DBBC1
Tints of Light Sea Green #1DBBC1
RGB
CMYK
RGB Variations
Color information
#1DBBC1 (or 0x1DBBC1) is known color: Light Sea Green. HEX triplet: 1D, BB and C1. RGB value is (29,187,193). Sum of RGB (Red+Green+Blue) = 29+187+193=409 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.09% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #1DBBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBC1 is #E2443E. Grayscale: #8C8C8C. Windows color (decimal): -14828607 or 12696349. OLE color: 12696349.
HSL color Cylindrical-coordinate representation of color #1DBBC1: hue angle of 182.2º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBBC1 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 187 | 193 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.24 |
| HSL | 182.2º | 0.74% | 0.44% | - |
| HSV(B) | 182.2º | 0.85% | 0.76% | - |
| XYZ | 27.9 | 39.65 | 56.64 | - |
| YUV | 140.44 | 157.65 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 193 | 0.85 | 0.03 | 0 | 0.24 | 182.2 | 0.74 | 0.44 |
| Hex | 1D | BB | C1 | 55 | 3 | 0 | 18 | B6 | 4A | 2C |
| Octal | 35 | 273 | 301 | 125 | 3 | 0 | 30 | 266 | 112 | 54 |
| Binary | 11101 | 10111011 | 11000001 | 1010101 | 11 | 0 | 11000 | 10110110 | 1001010 | 101100 |
Color Harmonies of #1DBBC1
Complementary color
Monochromatic Colors of #1DBBC1
Black with #1DBBC1
Text Example
Text Example
White with #1DBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBC1; }
p { color: rgb(29,187,193); }
H1.HeaderClassName
{
color: #1DBBC1;
}
.AnyTagClassName
{
color: #1DBBC1;
}
</style>
background-color css
<style>
a { background-color: #1DBBC1; }
a { background-color: rgb(29,187,193); }
div.DivClassName
{
background-color: #1DBBC1;
}
.BgClassName
{
background-color: #1DBBC1;
}
</style>
border-color css
<style>
span { border-color: #1DBBC1; }
span { border-color: rgb(29,187,193); }
td.TdClassName
{
border-color: #1DBBC1;
}
.TagClassName
{
border-color: #1DBBC1;
}
</style>