Shades of Light Sea Green #1CA8AF
Tints of Light Sea Green #1CA8AF
RGB
CMYK
RGB Variations
Color information
#1CA8AF (or 0x1CA8AF) is known color: Light Sea Green. HEX triplet: 1C, A8 and AF. RGB value is (28,168,175). Sum of RGB (Red+Green+Blue) = 28+168+175=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #1CA8AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA8AF is #E35750. Grayscale: #7E7E7E. Windows color (decimal): -14899025 or 11511836. OLE color: 11511836.
HSL color Cylindrical-coordinate representation of color #1CA8AF: hue angle of 182.86º 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 #1CA8AF is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 168 | 175 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.31 |
| HSL | 182.86º | 0.72% | 0.4% | - |
| HSV(B) | 182.86º | 0.84% | 0.69% | - |
| XYZ | 22.22 | 31.35 | 45.44 | - |
| YUV | 126.94 | 155.12 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 175 | 0.84 | 0.04 | 0 | 0.31 | 182.86 | 0.72 | 0.4 |
| Hex | 1C | A8 | AF | 54 | 4 | 0 | 1F | B7 | 48 | 28 |
| Octal | 34 | 250 | 257 | 124 | 4 | 0 | 37 | 267 | 110 | 50 |
| Binary | 11100 | 10101000 | 10101111 | 1010100 | 100 | 0 | 11111 | 10110111 | 1001000 | 101000 |
Color Harmonies of #1CA8AF
Complementary color
Monochromatic Colors of #1CA8AF
Black with #1CA8AF
Text Example
Text Example
White with #1CA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA8AF; }
p { color: rgb(28,168,175); }
H1.HeaderClassName
{
color: #1CA8AF;
}
.AnyTagClassName
{
color: #1CA8AF;
}
</style>
background-color css
<style>
a { background-color: #1CA8AF; }
a { background-color: rgb(28,168,175); }
div.DivClassName
{
background-color: #1CA8AF;
}
.BgClassName
{
background-color: #1CA8AF;
}
</style>
border-color css
<style>
span { border-color: #1CA8AF; }
span { border-color: rgb(28,168,175); }
td.TdClassName
{
border-color: #1CA8AF;
}
.TagClassName
{
border-color: #1CA8AF;
}
</style>