Shades of Light Sea Green #1DBBC2
Tints of Light Sea Green #1DBBC2
RGB
CMYK
RGB Variations
Color information
#1DBBC2 (or 0x1DBBC2) is known color: Light Sea Green. HEX triplet: 1D, BB and C2. RGB value is (29,187,194). Sum of RGB (Red+Green+Blue) = 29+187+194=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #1DBBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBC2 is #E2443D. Grayscale: #8C8C8C. Windows color (decimal): -14828606 or 12761885. OLE color: 12761885.
HSL color Cylindrical-coordinate representation of color #1DBBC2: hue angle of 182.55º 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 #1DBBC2 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 187 | 194 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.24 |
| HSL | 182.55º | 0.74% | 0.44% | - |
| HSV(B) | 182.55º | 0.85% | 0.76% | - |
| XYZ | 28.01 | 39.7 | 57.22 | - |
| YUV | 140.56 | 158.15 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 194 | 0.85 | 0.04 | 0 | 0.24 | 182.55 | 0.74 | 0.44 |
| Hex | 1D | BB | C2 | 55 | 4 | 0 | 18 | B7 | 4A | 2C |
| Octal | 35 | 273 | 302 | 125 | 4 | 0 | 30 | 267 | 112 | 54 |
| Binary | 11101 | 10111011 | 11000010 | 1010101 | 100 | 0 | 11000 | 10110111 | 1001010 | 101100 |
Color Harmonies of #1DBBC2
Complementary color
Monochromatic Colors of #1DBBC2
Black with #1DBBC2
Text Example
Text Example
White with #1DBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBC2; }
p { color: rgb(29,187,194); }
H1.HeaderClassName
{
color: #1DBBC2;
}
.AnyTagClassName
{
color: #1DBBC2;
}
</style>
background-color css
<style>
a { background-color: #1DBBC2; }
a { background-color: rgb(29,187,194); }
div.DivClassName
{
background-color: #1DBBC2;
}
.BgClassName
{
background-color: #1DBBC2;
}
</style>
border-color css
<style>
span { border-color: #1DBBC2; }
span { border-color: rgb(29,187,194); }
td.TdClassName
{
border-color: #1DBBC2;
}
.TagClassName
{
border-color: #1DBBC2;
}
</style>