Shades of Light Sea Green #15AFAF
Tints of Light Sea Green #15AFAF
RGB
CMYK
RGB Variations
Color information
#15AFAF (or 0x15AFAF) is known color: Light Sea Green. HEX triplet: 15, AF and AF. RGB value is (21,175,175). Sum of RGB (Red+Green+Blue) = 21+175+175=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #15AFAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AFAF is #EA5050. Grayscale: #808080. Windows color (decimal): -15355985 or 11513621. OLE color: 11513621.
HSL color Cylindrical-coordinate representation of color #15AFAF: hue angle of 180º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AFAF is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 175 | 175 | - |
| CMYK | 0.88 | 0 | 0 | 0.31 |
| HSL | 180º | 0.79% | 0.38% | - |
| HSV(B) | 180º | 0.88% | 0.69% | - |
| XYZ | 23.38 | 33.91 | 45.87 | - |
| YUV | 128.95 | 153.98 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 175 | 0.88 | 0 | 0 | 0.31 | 180 | 0.79 | 0.38 |
| Hex | 15 | AF | AF | 58 | 0 | 0 | 1F | B4 | 4F | 26 |
| Octal | 25 | 257 | 257 | 130 | 0 | 0 | 37 | 264 | 117 | 46 |
| Binary | 10101 | 10101111 | 10101111 | 1011000 | 0 | 0 | 11111 | 10110100 | 1001111 | 100110 |
Color Harmonies of #15AFAF
Complementary color
Monochromatic Colors of #15AFAF
Black with #15AFAF
Text Example
Text Example
White with #15AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AFAF; }
p { color: rgb(21,175,175); }
H1.HeaderClassName
{
color: #15AFAF;
}
.AnyTagClassName
{
color: #15AFAF;
}
</style>
background-color css
<style>
a { background-color: #15AFAF; }
a { background-color: rgb(21,175,175); }
div.DivClassName
{
background-color: #15AFAF;
}
.BgClassName
{
background-color: #15AFAF;
}
</style>
border-color css
<style>
span { border-color: #15AFAF; }
span { border-color: rgb(21,175,175); }
td.TdClassName
{
border-color: #15AFAF;
}
.TagClassName
{
border-color: #15AFAF;
}
</style>