Shades of Light Sea Green #1CAFAC
Tints of Light Sea Green #1CAFAC
RGB
CMYK
RGB Variations
Color information
#1CAFAC (or 0x1CAFAC) is known color: Light Sea Green. HEX triplet: 1C, AF and AC. RGB value is (28,175,172). Sum of RGB (Red+Green+Blue) = 28+175+172=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAFAC is #E35053. Grayscale: #828282. Windows color (decimal): -14897236 or 11317020. OLE color: 11317020.
HSL color Cylindrical-coordinate representation of color #1CAFAC: hue angle of 178.78º 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 #1CAFAC is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 172 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.31 |
| HSL | 178.78º | 0.72% | 0.4% | - |
| HSV(B) | 178.78º | 0.84% | 0.69% | - |
| XYZ | 23.26 | 33.89 | 44.34 | - |
| YUV | 130.71 | 151.3 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 172 | 0.84 | 0 | 0.02 | 0.31 | 178.78 | 0.72 | 0.4 |
| Hex | 1C | AF | AC | 54 | 0 | 2 | 1F | B3 | 48 | 28 |
| Octal | 34 | 257 | 254 | 124 | 0 | 2 | 37 | 263 | 110 | 50 |
| Binary | 11100 | 10101111 | 10101100 | 1010100 | 0 | 10 | 11111 | 10110011 | 1001000 | 101000 |
Color Harmonies of #1CAFAC
Complementary color
Monochromatic Colors of #1CAFAC
Black with #1CAFAC
Text Example
Text Example
White with #1CAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAFAC; }
p { color: rgb(28,175,172); }
H1.HeaderClassName
{
color: #1CAFAC;
}
.AnyTagClassName
{
color: #1CAFAC;
}
</style>
background-color css
<style>
a { background-color: #1CAFAC; }
a { background-color: rgb(28,175,172); }
div.DivClassName
{
background-color: #1CAFAC;
}
.BgClassName
{
background-color: #1CAFAC;
}
</style>
border-color css
<style>
span { border-color: #1CAFAC; }
span { border-color: rgb(28,175,172); }
td.TdClassName
{
border-color: #1CAFAC;
}
.TagClassName
{
border-color: #1CAFAC;
}
</style>