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