Shades of Light Sea Green #1EAFAF
Tints of Light Sea Green #1EAFAF
RGB
CMYK
RGB Variations
Color information
#1EAFAF (or 0x1EAFAF) is known color: Light Sea Green. HEX triplet: 1E, AF and AF. RGB value is (30,175,175). Sum of RGB (Red+Green+Blue) = 30+175+175=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #1EAFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAFAF is #E15050. Grayscale: #838383. Windows color (decimal): -14766161 or 11513630. OLE color: 11513630.
HSL color Cylindrical-coordinate representation of color #1EAFAF: hue angle of 180º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAFAF is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 175 | 175 | - |
| CMYK | 0.83 | 0 | 0 | 0.31 |
| HSL | 180º | 0.71% | 0.4% | - |
| HSV(B) | 180º | 0.83% | 0.69% | - |
| XYZ | 23.6 | 34.03 | 45.88 | - |
| YUV | 131.65 | 152.46 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 175 | 0.83 | 0 | 0 | 0.31 | 180 | 0.71 | 0.4 |
| Hex | 1E | AF | AF | 53 | 0 | 0 | 1F | B4 | 47 | 28 |
| Octal | 36 | 257 | 257 | 123 | 0 | 0 | 37 | 264 | 107 | 50 |
| Binary | 11110 | 10101111 | 10101111 | 1010011 | 0 | 0 | 11111 | 10110100 | 1000111 | 101000 |
Color Harmonies of #1EAFAF
Complementary color
Monochromatic Colors of #1EAFAF
Black with #1EAFAF
Text Example
Text Example
White with #1EAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFAF; }
p { color: rgb(30,175,175); }
H1.HeaderClassName
{
color: #1EAFAF;
}
.AnyTagClassName
{
color: #1EAFAF;
}
</style>
background-color css
<style>
a { background-color: #1EAFAF; }
a { background-color: rgb(30,175,175); }
div.DivClassName
{
background-color: #1EAFAF;
}
.BgClassName
{
background-color: #1EAFAF;
}
</style>
border-color css
<style>
span { border-color: #1EAFAF; }
span { border-color: rgb(30,175,175); }
td.TdClassName
{
border-color: #1EAFAF;
}
.TagClassName
{
border-color: #1EAFAF;
}
</style>