Shades of Light Sea Green #1CB4AD
Tints of Light Sea Green #1CB4AD
RGB
CMYK
RGB Variations
Color information
#1CB4AD (or 0x1CB4AD) is known color: Light Sea Green. HEX triplet: 1C, B4 and AD. RGB value is (28,180,173). Sum of RGB (Red+Green+Blue) = 28+180+173=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB4AD is #E34B52. Grayscale: #858585. Windows color (decimal): -14895955 or 11383836. OLE color: 11383836.
HSL color Cylindrical-coordinate representation of color #1CB4AD: hue angle of 177.24º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB4AD is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 173 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.29 |
| HSL | 177.24º | 0.73% | 0.41% | - |
| HSV(B) | 177.24º | 0.84% | 0.71% | - |
| XYZ | 24.34 | 35.91 | 45.18 | - |
| YUV | 133.75 | 150.14 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 173 | 0.84 | 0 | 0.04 | 0.29 | 177.24 | 0.73 | 0.41 |
| Hex | 1C | B4 | AD | 54 | 0 | 4 | 1D | B1 | 49 | 29 |
| Octal | 34 | 264 | 255 | 124 | 0 | 4 | 35 | 261 | 111 | 51 |
| Binary | 11100 | 10110100 | 10101101 | 1010100 | 0 | 100 | 11101 | 10110001 | 1001001 | 101001 |
Color Harmonies of #1CB4AD
Complementary color
Monochromatic Colors of #1CB4AD
Black with #1CB4AD
Text Example
Text Example
White with #1CB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB4AD; }
p { color: rgb(28,180,173); }
H1.HeaderClassName
{
color: #1CB4AD;
}
.AnyTagClassName
{
color: #1CB4AD;
}
</style>
background-color css
<style>
a { background-color: #1CB4AD; }
a { background-color: rgb(28,180,173); }
div.DivClassName
{
background-color: #1CB4AD;
}
.BgClassName
{
background-color: #1CB4AD;
}
</style>
border-color css
<style>
span { border-color: #1CB4AD; }
span { border-color: rgb(28,180,173); }
td.TdClassName
{
border-color: #1CB4AD;
}
.TagClassName
{
border-color: #1CB4AD;
}
</style>