Shades of Light Sea Green #1CAF9C
Tints of Light Sea Green #1CAF9C
RGB
CMYK
RGB Variations
Color information
#1CAF9C (or 0x1CAF9C) is known color: Light Sea Green. HEX triplet: 1C, AF and 9C. RGB value is (28,175,156). Sum of RGB (Red+Green+Blue) = 28+175+156=359 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.80% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAF9C is #E35063. Grayscale: #808080. Windows color (decimal): -14897252 or 10268444. OLE color: 10268444.
HSL color Cylindrical-coordinate representation of color #1CAF9C: hue angle of 172.24º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF9C is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 156 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.31 |
| HSL | 172.24º | 0.72% | 0.4% | - |
| HSV(B) | 172.24º | 0.84% | 0.69% | - |
| XYZ | 21.81 | 33.31 | 36.73 | - |
| YUV | 128.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 156 | 0.84 | 0 | 0.11 | 0.31 | 172.24 | 0.72 | 0.4 |
| Hex | 1C | AF | 9C | 54 | 0 | B | 1F | AC | 48 | 28 |
| Octal | 34 | 257 | 234 | 124 | 0 | 13 | 37 | 254 | 110 | 50 |
| Binary | 11100 | 10101111 | 10011100 | 1010100 | 0 | 1011 | 11111 | 10101100 | 1001000 | 101000 |
Color Harmonies of #1CAF9C
Complementary color
Monochromatic Colors of #1CAF9C
Black with #1CAF9C
Text Example
Text Example
White with #1CAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF9C; }
p { color: rgb(28,175,156); }
H1.HeaderClassName
{
color: #1CAF9C;
}
.AnyTagClassName
{
color: #1CAF9C;
}
</style>
background-color css
<style>
a { background-color: #1CAF9C; }
a { background-color: rgb(28,175,156); }
div.DivClassName
{
background-color: #1CAF9C;
}
.BgClassName
{
background-color: #1CAF9C;
}
</style>
border-color css
<style>
span { border-color: #1CAF9C; }
span { border-color: rgb(28,175,156); }
td.TdClassName
{
border-color: #1CAF9C;
}
.TagClassName
{
border-color: #1CAF9C;
}
</style>