Shades of Light Sea Green #1CAF9F
Tints of Light Sea Green #1CAF9F
RGB
CMYK
RGB Variations
Color information
#1CAF9F (or 0x1CAF9F) is known color: Light Sea Green. HEX triplet: 1C, AF and 9F. RGB value is (28,175,159). Sum of RGB (Red+Green+Blue) = 28+175+159=362 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.73% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAF9F is #E35060. Grayscale: #818181. Windows color (decimal): -14897249 or 10465052. OLE color: 10465052.
HSL color Cylindrical-coordinate representation of color #1CAF9F: hue angle of 173.47º 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 #1CAF9F is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 159 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.31 |
| HSL | 173.47º | 0.72% | 0.4% | - |
| HSV(B) | 173.47º | 0.84% | 0.69% | - |
| XYZ | 22.07 | 33.41 | 38.09 | - |
| YUV | 129.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 159 | 0.84 | 0 | 0.09 | 0.31 | 173.47 | 0.72 | 0.4 |
| Hex | 1C | AF | 9F | 54 | 0 | 9 | 1F | AD | 48 | 28 |
| Octal | 34 | 257 | 237 | 124 | 0 | 11 | 37 | 255 | 110 | 50 |
| Binary | 11100 | 10101111 | 10011111 | 1010100 | 0 | 1001 | 11111 | 10101101 | 1001000 | 101000 |
Color Harmonies of #1CAF9F
Complementary color
Monochromatic Colors of #1CAF9F
Black with #1CAF9F
Text Example
Text Example
White with #1CAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF9F; }
p { color: rgb(28,175,159); }
H1.HeaderClassName
{
color: #1CAF9F;
}
.AnyTagClassName
{
color: #1CAF9F;
}
</style>
background-color css
<style>
a { background-color: #1CAF9F; }
a { background-color: rgb(28,175,159); }
div.DivClassName
{
background-color: #1CAF9F;
}
.BgClassName
{
background-color: #1CAF9F;
}
</style>
border-color css
<style>
span { border-color: #1CAF9F; }
span { border-color: rgb(28,175,159); }
td.TdClassName
{
border-color: #1CAF9F;
}
.TagClassName
{
border-color: #1CAF9F;
}
</style>