Shades of Light Sea Green #26C8AB
Tints of Light Sea Green #26C8AB
RGB
CMYK
RGB Variations
Color information
#26C8AB (or 0x26C8AB) is known color: Light Sea Green. HEX triplet: 26, C8 and AB. RGB value is (38,200,171). Sum of RGB (Red+Green+Blue) = 38+200+171=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #26C8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C8AB is #D93754. Grayscale: #949494. Windows color (decimal): -14235477 or 11257894. OLE color: 11257894.
HSL color Cylindrical-coordinate representation of color #26C8AB: hue angle of 169.26º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C8AB is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 200 | 171 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.22 |
| HSL | 169.26º | 0.68% | 0.47% | - |
| HSV(B) | 169.26º | 0.81% | 0.78% | - |
| XYZ | 28.8 | 44.66 | 45.63 | - |
| YUV | 148.26 | 140.83 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 171 | 0.81 | 0 | 0.14 | 0.22 | 169.26 | 0.68 | 0.47 |
| Hex | 26 | C8 | AB | 51 | 0 | E | 16 | A9 | 44 | 2F |
| Octal | 46 | 310 | 253 | 121 | 0 | 16 | 26 | 251 | 104 | 57 |
| Binary | 100110 | 11001000 | 10101011 | 1010001 | 0 | 1110 | 10110 | 10101001 | 1000100 | 101111 |
Color Harmonies of #26C8AB
Complementary color
Monochromatic Colors of #26C8AB
Black with #26C8AB
Text Example
Text Example
White with #26C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C8AB; }
p { color: rgb(38,200,171); }
H1.HeaderClassName
{
color: #26C8AB;
}
.AnyTagClassName
{
color: #26C8AB;
}
</style>
background-color css
<style>
a { background-color: #26C8AB; }
a { background-color: rgb(38,200,171); }
div.DivClassName
{
background-color: #26C8AB;
}
.BgClassName
{
background-color: #26C8AB;
}
</style>
border-color css
<style>
span { border-color: #26C8AB; }
span { border-color: rgb(38,200,171); }
td.TdClassName
{
border-color: #26C8AB;
}
.TagClassName
{
border-color: #26C8AB;
}
</style>