Shades of Light Sea Green #26AFAE
Tints of Light Sea Green #26AFAE
RGB
CMYK
RGB Variations
Color information
#26AFAE (or 0x26AFAE) is known color: Light Sea Green. HEX triplet: 26, AF and AE. RGB value is (38,175,174). Sum of RGB (Red+Green+Blue) = 38+175+174=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #26AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AFAE is #D95051. Grayscale: #858585. Windows color (decimal): -14241874 or 11448102. OLE color: 11448102.
HSL color Cylindrical-coordinate representation of color #26AFAE: hue angle of 179.56º 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 #26AFAE is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 175 | 174 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.31 |
| HSL | 179.56º | 0.64% | 0.42% | - |
| HSV(B) | 179.56º | 0.78% | 0.69% | - |
| XYZ | 23.77 | 34.13 | 45.38 | - |
| YUV | 133.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 175 | 174 | 0.78 | 0 | 0.01 | 0.31 | 179.56 | 0.64 | 0.42 |
| Hex | 26 | AF | AE | 4E | 0 | 1 | 1F | B4 | 40 | 2A |
| Octal | 46 | 257 | 256 | 116 | 0 | 1 | 37 | 264 | 100 | 52 |
| Binary | 100110 | 10101111 | 10101110 | 1001110 | 0 | 1 | 11111 | 10110100 | 1000000 | 101010 |
Color Harmonies of #26AFAE
Complementary color
Monochromatic Colors of #26AFAE
Black with #26AFAE
Text Example
Text Example
White with #26AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AFAE; }
p { color: rgb(38,175,174); }
H1.HeaderClassName
{
color: #26AFAE;
}
.AnyTagClassName
{
color: #26AFAE;
}
</style>
background-color css
<style>
a { background-color: #26AFAE; }
a { background-color: rgb(38,175,174); }
div.DivClassName
{
background-color: #26AFAE;
}
.BgClassName
{
background-color: #26AFAE;
}
</style>
border-color css
<style>
span { border-color: #26AFAE; }
span { border-color: rgb(38,175,174); }
td.TdClassName
{
border-color: #26AFAE;
}
.TagClassName
{
border-color: #26AFAE;
}
</style>