Shades of Light Sea Green #1CADB9
Tints of Light Sea Green #1CADB9
RGB
CMYK
RGB Variations
Color information
#1CADB9 (or 0x1CADB9) is known color: Light Sea Green. HEX triplet: 1C, AD and B9. RGB value is (28,173,185). Sum of RGB (Red+Green+Blue) = 28+173+185=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #1CADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADB9 is #E35246. Grayscale: #828282. Windows color (decimal): -14897735 or 12168476. OLE color: 12168476.
HSL color Cylindrical-coordinate representation of color #1CADB9: hue angle of 184.59º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CADB9 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 173 | 185 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.27 |
| HSL | 184.59º | 0.74% | 0.42% | - |
| HSV(B) | 184.59º | 0.85% | 0.73% | - |
| XYZ | 24.18 | 33.64 | 51.12 | - |
| YUV | 131.01 | 158.46 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 185 | 0.85 | 0.06 | 0 | 0.27 | 184.59 | 0.74 | 0.42 |
| Hex | 1C | AD | B9 | 55 | 6 | 0 | 1B | B9 | 4A | 2A |
| Octal | 34 | 255 | 271 | 125 | 6 | 0 | 33 | 271 | 112 | 52 |
| Binary | 11100 | 10101101 | 10111001 | 1010101 | 110 | 0 | 11011 | 10111001 | 1001010 | 101010 |
Color Harmonies of #1CADB9
Complementary color
Monochromatic Colors of #1CADB9
Black with #1CADB9
Text Example
Text Example
White with #1CADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CADB9; }
p { color: rgb(28,173,185); }
H1.HeaderClassName
{
color: #1CADB9;
}
.AnyTagClassName
{
color: #1CADB9;
}
</style>
background-color css
<style>
a { background-color: #1CADB9; }
a { background-color: rgb(28,173,185); }
div.DivClassName
{
background-color: #1CADB9;
}
.BgClassName
{
background-color: #1CADB9;
}
</style>
border-color css
<style>
span { border-color: #1CADB9; }
span { border-color: rgb(28,173,185); }
td.TdClassName
{
border-color: #1CADB9;
}
.TagClassName
{
border-color: #1CADB9;
}
</style>