Shades of Light Sea Green #26C2AF
Tints of Light Sea Green #26C2AF
RGB
CMYK
RGB Variations
Color information
#26C2AF (or 0x26C2AF) is known color: Light Sea Green. HEX triplet: 26, C2 and AF. RGB value is (38,194,175). Sum of RGB (Red+Green+Blue) = 38+194+175=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #26C2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C2AF is #D93D50. Grayscale: #919191. Windows color (decimal): -14237009 or 11518502. OLE color: 11518502.
HSL color Cylindrical-coordinate representation of color #26C2AF: hue angle of 172.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C2AF is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 194 | 175 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.24 |
| HSL | 172.69º | 0.67% | 0.45% | - |
| HSV(B) | 172.69º | 0.8% | 0.76% | - |
| XYZ | 27.83 | 42.09 | 47.22 | - |
| YUV | 145.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 194 | 175 | 0.80 | 0 | 0.10 | 0.24 | 172.69 | 0.67 | 0.45 |
| Hex | 26 | C2 | AF | 50 | 0 | A | 18 | AD | 43 | 2D |
| Octal | 46 | 302 | 257 | 120 | 0 | 12 | 30 | 255 | 103 | 55 |
| Binary | 100110 | 11000010 | 10101111 | 1010000 | 0 | 1010 | 11000 | 10101101 | 1000011 | 101101 |
Color Harmonies of #26C2AF
Complementary color
Monochromatic Colors of #26C2AF
Black with #26C2AF
Text Example
Text Example
White with #26C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C2AF; }
p { color: rgb(38,194,175); }
H1.HeaderClassName
{
color: #26C2AF;
}
.AnyTagClassName
{
color: #26C2AF;
}
</style>
background-color css
<style>
a { background-color: #26C2AF; }
a { background-color: rgb(38,194,175); }
div.DivClassName
{
background-color: #26C2AF;
}
.BgClassName
{
background-color: #26C2AF;
}
</style>
border-color css
<style>
span { border-color: #26C2AF; }
span { border-color: rgb(38,194,175); }
td.TdClassName
{
border-color: #26C2AF;
}
.TagClassName
{
border-color: #26C2AF;
}
</style>