Shades of Light Sea Green #1CADAA
Tints of Light Sea Green #1CADAA
RGB
CMYK
RGB Variations
Color information
#1CADAA (or 0x1CADAA) is known color: Light Sea Green. HEX triplet: 1C, AD and AA. RGB value is (28,173,170). Sum of RGB (Red+Green+Blue) = 28+173+170=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #1CADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CADAA is #E35255. Grayscale: #818181. Windows color (decimal): -14897750 or 11185436. OLE color: 11185436.
HSL color Cylindrical-coordinate representation of color #1CADAA: hue angle of 178.76º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CADAA is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 173 | 170 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.32 |
| HSL | 178.76º | 0.72% | 0.39% | - |
| HSV(B) | 178.76º | 0.84% | 0.68% | - |
| XYZ | 22.68 | 33.04 | 43.21 | - |
| YUV | 129.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 170 | 0.84 | 0 | 0.02 | 0.32 | 178.76 | 0.72 | 0.39 |
| Hex | 1C | AD | AA | 54 | 0 | 2 | 20 | B3 | 48 | 27 |
| Octal | 34 | 255 | 252 | 124 | 0 | 2 | 40 | 263 | 110 | 47 |
| Binary | 11100 | 10101101 | 10101010 | 1010100 | 0 | 10 | 100000 | 10110011 | 1001000 | 100111 |
Color Harmonies of #1CADAA
Complementary color
Monochromatic Colors of #1CADAA
Black with #1CADAA
Text Example
Text Example
White with #1CADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CADAA; }
p { color: rgb(28,173,170); }
H1.HeaderClassName
{
color: #1CADAA;
}
.AnyTagClassName
{
color: #1CADAA;
}
</style>
background-color css
<style>
a { background-color: #1CADAA; }
a { background-color: rgb(28,173,170); }
div.DivClassName
{
background-color: #1CADAA;
}
.BgClassName
{
background-color: #1CADAA;
}
</style>
border-color css
<style>
span { border-color: #1CADAA; }
span { border-color: rgb(28,173,170); }
td.TdClassName
{
border-color: #1CADAA;
}
.TagClassName
{
border-color: #1CADAA;
}
</style>