Shades of Light Sea Green #1CADB7
Tints of Light Sea Green #1CADB7
RGB
CMYK
RGB Variations
Color information
#1CADB7 (or 0x1CADB7) is known color: Light Sea Green. HEX triplet: 1C, AD and B7. RGB value is (28,173,183). Sum of RGB (Red+Green+Blue) = 28+173+183=384 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.29% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #1CADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADB7 is #E35248. Grayscale: #828282. Windows color (decimal): -14897737 or 12037404. OLE color: 12037404.
HSL color Cylindrical-coordinate representation of color #1CADB7: hue angle of 183.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CADB7 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 173 | 183 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.28 |
| HSL | 183.87º | 0.73% | 0.41% | - |
| HSV(B) | 183.87º | 0.85% | 0.72% | - |
| XYZ | 23.97 | 33.55 | 50.01 | - |
| YUV | 130.79 | 157.46 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 183 | 0.85 | 0.05 | 0 | 0.28 | 183.87 | 0.73 | 0.41 |
| Hex | 1C | AD | B7 | 55 | 5 | 0 | 1C | B8 | 49 | 29 |
| Octal | 34 | 255 | 267 | 125 | 5 | 0 | 34 | 270 | 111 | 51 |
| Binary | 11100 | 10101101 | 10110111 | 1010101 | 101 | 0 | 11100 | 10111000 | 1001001 | 101001 |
Color Harmonies of #1CADB7
Complementary color
Monochromatic Colors of #1CADB7
Black with #1CADB7
Text Example
Text Example
White with #1CADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CADB7; }
p { color: rgb(28,173,183); }
H1.HeaderClassName
{
color: #1CADB7;
}
.AnyTagClassName
{
color: #1CADB7;
}
</style>
background-color css
<style>
a { background-color: #1CADB7; }
a { background-color: rgb(28,173,183); }
div.DivClassName
{
background-color: #1CADB7;
}
.BgClassName
{
background-color: #1CADB7;
}
</style>
border-color css
<style>
span { border-color: #1CADB7; }
span { border-color: rgb(28,173,183); }
td.TdClassName
{
border-color: #1CADB7;
}
.TagClassName
{
border-color: #1CADB7;
}
</style>