Shades of Light Sea Green #1CAF9A
Tints of Light Sea Green #1CAF9A
RGB
CMYK
RGB Variations
Color information
#1CAF9A (or 0x1CAF9A) is known color: Light Sea Green. HEX triplet: 1C, AF and 9A. RGB value is (28,175,154). Sum of RGB (Red+Green+Blue) = 28+175+154=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAF9A is #E35065. Grayscale: #808080. Windows color (decimal): -14897254 or 10137372. OLE color: 10137372.
HSL color Cylindrical-coordinate representation of color #1CAF9A: hue angle of 171.43º 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 #1CAF9A is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 154 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.31 |
| HSL | 171.43º | 0.72% | 0.4% | - |
| HSV(B) | 171.43º | 0.84% | 0.69% | - |
| XYZ | 21.64 | 33.24 | 35.85 | - |
| YUV | 128.65 | 142.3 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 154 | 0.84 | 0 | 0.12 | 0.31 | 171.43 | 0.72 | 0.4 |
| Hex | 1C | AF | 9A | 54 | 0 | C | 1F | AB | 48 | 28 |
| Octal | 34 | 257 | 232 | 124 | 0 | 14 | 37 | 253 | 110 | 50 |
| Binary | 11100 | 10101111 | 10011010 | 1010100 | 0 | 1100 | 11111 | 10101011 | 1001000 | 101000 |
Color Harmonies of #1CAF9A
Complementary color
Monochromatic Colors of #1CAF9A
Black with #1CAF9A
Text Example
Text Example
White with #1CAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF9A; }
p { color: rgb(28,175,154); }
H1.HeaderClassName
{
color: #1CAF9A;
}
.AnyTagClassName
{
color: #1CAF9A;
}
</style>
background-color css
<style>
a { background-color: #1CAF9A; }
a { background-color: rgb(28,175,154); }
div.DivClassName
{
background-color: #1CAF9A;
}
.BgClassName
{
background-color: #1CAF9A;
}
</style>
border-color css
<style>
span { border-color: #1CAF9A; }
span { border-color: rgb(28,175,154); }
td.TdClassName
{
border-color: #1CAF9A;
}
.TagClassName
{
border-color: #1CAF9A;
}
</style>