Shades of Light Sea Green #1CAFAA
Tints of Light Sea Green #1CAFAA
RGB
CMYK
RGB Variations
Color information
#1CAFAA (or 0x1CAFAA) is known color: Light Sea Green. HEX triplet: 1C, AF and AA. RGB value is (28,175,170). Sum of RGB (Red+Green+Blue) = 28+175+170=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAFAA is #E35055. Grayscale: #828282. Windows color (decimal): -14897238 or 11185948. OLE color: 11185948.
HSL color Cylindrical-coordinate representation of color #1CAFAA: hue angle of 177.96º 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 #1CAFAA is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 170 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.31 |
| HSL | 177.96º | 0.72% | 0.4% | - |
| HSV(B) | 177.96º | 0.84% | 0.69% | - |
| XYZ | 23.06 | 33.81 | 43.34 | - |
| YUV | 130.48 | 150.3 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 170 | 0.84 | 0 | 0.03 | 0.31 | 177.96 | 0.72 | 0.4 |
| Hex | 1C | AF | AA | 54 | 0 | 3 | 1F | B2 | 48 | 28 |
| Octal | 34 | 257 | 252 | 124 | 0 | 3 | 37 | 262 | 110 | 50 |
| Binary | 11100 | 10101111 | 10101010 | 1010100 | 0 | 11 | 11111 | 10110010 | 1001000 | 101000 |
Color Harmonies of #1CAFAA
Complementary color
Monochromatic Colors of #1CAFAA
Black with #1CAFAA
Text Example
Text Example
White with #1CAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAFAA; }
p { color: rgb(28,175,170); }
H1.HeaderClassName
{
color: #1CAFAA;
}
.AnyTagClassName
{
color: #1CAFAA;
}
</style>
background-color css
<style>
a { background-color: #1CAFAA; }
a { background-color: rgb(28,175,170); }
div.DivClassName
{
background-color: #1CAFAA;
}
.BgClassName
{
background-color: #1CAFAA;
}
</style>
border-color css
<style>
span { border-color: #1CAFAA; }
span { border-color: rgb(28,175,170); }
td.TdClassName
{
border-color: #1CAFAA;
}
.TagClassName
{
border-color: #1CAFAA;
}
</style>