Shades of Light Sea Green #1DBCC2
Tints of Light Sea Green #1DBCC2
RGB
CMYK
RGB Variations
Color information
#1DBCC2 (or 0x1DBCC2) is known color: Light Sea Green. HEX triplet: 1D, BC and C2. RGB value is (29,188,194). Sum of RGB (Red+Green+Blue) = 29+188+194=411 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.06% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 194 - color contains mainly: blue. Hex color #1DBCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCC2 is #E2433D. Grayscale: #8C8C8C. Windows color (decimal): -14828350 or 12762141. OLE color: 12762141.
HSL color Cylindrical-coordinate representation of color #1DBCC2: hue angle of 182.18º 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 #1DBCC2 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 188 | 194 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.24 |
| HSL | 182.18º | 0.74% | 0.44% | - |
| HSV(B) | 182.18º | 0.85% | 0.76% | - |
| XYZ | 28.23 | 40.12 | 57.3 | - |
| YUV | 141.14 | 157.82 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 194 | 0.85 | 0.03 | 0 | 0.24 | 182.18 | 0.74 | 0.44 |
| Hex | 1D | BC | C2 | 55 | 3 | 0 | 18 | B6 | 4A | 2C |
| Octal | 35 | 274 | 302 | 125 | 3 | 0 | 30 | 266 | 112 | 54 |
| Binary | 11101 | 10111100 | 11000010 | 1010101 | 11 | 0 | 11000 | 10110110 | 1001010 | 101100 |
Color Harmonies of #1DBCC2
Complementary color
Monochromatic Colors of #1DBCC2
Black with #1DBCC2
Text Example
Text Example
White with #1DBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCC2; }
p { color: rgb(29,188,194); }
H1.HeaderClassName
{
color: #1DBCC2;
}
.AnyTagClassName
{
color: #1DBCC2;
}
</style>
background-color css
<style>
a { background-color: #1DBCC2; }
a { background-color: rgb(29,188,194); }
div.DivClassName
{
background-color: #1DBCC2;
}
.BgClassName
{
background-color: #1DBCC2;
}
</style>
border-color css
<style>
span { border-color: #1DBCC2; }
span { border-color: rgb(29,188,194); }
td.TdClassName
{
border-color: #1DBCC2;
}
.TagClassName
{
border-color: #1DBCC2;
}
</style>