Shades of Light Sea Green #26AFA8
Tints of Light Sea Green #26AFA8
RGB
CMYK
RGB Variations
Color information
#26AFA8 (or 0x26AFA8) is known color: Light Sea Green. HEX triplet: 26, AF and A8. RGB value is (38,175,168). Sum of RGB (Red+Green+Blue) = 38+175+168=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #26AFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AFA8 is #D95057. Grayscale: #858585. Windows color (decimal): -14241880 or 11054886. OLE color: 11054886.
HSL color Cylindrical-coordinate representation of color #26AFA8: hue angle of 176.93º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AFA8 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 175 | 168 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.31 |
| HSL | 176.93º | 0.64% | 0.42% | - |
| HSV(B) | 176.93º | 0.78% | 0.69% | - |
| XYZ | 23.2 | 33.9 | 42.37 | - |
| YUV | 133.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 175 | 168 | 0.78 | 0 | 0.04 | 0.31 | 176.93 | 0.64 | 0.42 |
| Hex | 26 | AF | A8 | 4E | 0 | 4 | 1F | B1 | 40 | 2A |
| Octal | 46 | 257 | 250 | 116 | 0 | 4 | 37 | 261 | 100 | 52 |
| Binary | 100110 | 10101111 | 10101000 | 1001110 | 0 | 100 | 11111 | 10110001 | 1000000 | 101010 |
Color Harmonies of #26AFA8
Complementary color
Monochromatic Colors of #26AFA8
Black with #26AFA8
Text Example
Text Example
White with #26AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AFA8; }
p { color: rgb(38,175,168); }
H1.HeaderClassName
{
color: #26AFA8;
}
.AnyTagClassName
{
color: #26AFA8;
}
</style>
background-color css
<style>
a { background-color: #26AFA8; }
a { background-color: rgb(38,175,168); }
div.DivClassName
{
background-color: #26AFA8;
}
.BgClassName
{
background-color: #26AFA8;
}
</style>
border-color css
<style>
span { border-color: #26AFA8; }
span { border-color: rgb(38,175,168); }
td.TdClassName
{
border-color: #26AFA8;
}
.TagClassName
{
border-color: #26AFA8;
}
</style>