Shades of Light Sea Green #26BFAB
Tints of Light Sea Green #26BFAB
RGB
CMYK
RGB Variations
Color information
#26BFAB (or 0x26BFAB) is known color: Light Sea Green. HEX triplet: 26, BF and AB. RGB value is (38,191,171). Sum of RGB (Red+Green+Blue) = 38+191+171=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #26BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BFAB is #D94054. Grayscale: #8E8E8E. Windows color (decimal): -14237781 or 11255590. OLE color: 11255590.
HSL color Cylindrical-coordinate representation of color #26BFAB: hue angle of 172.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BFAB is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 191 | 171 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.25 |
| HSL | 172.16º | 0.67% | 0.45% | - |
| HSV(B) | 172.16º | 0.8% | 0.75% | - |
| XYZ | 26.78 | 40.61 | 44.96 | - |
| YUV | 142.97 | 143.81 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 171 | 0.80 | 0 | 0.10 | 0.25 | 172.16 | 0.67 | 0.45 |
| Hex | 26 | BF | AB | 50 | 0 | A | 19 | AC | 43 | 2D |
| Octal | 46 | 277 | 253 | 120 | 0 | 12 | 31 | 254 | 103 | 55 |
| Binary | 100110 | 10111111 | 10101011 | 1010000 | 0 | 1010 | 11001 | 10101100 | 1000011 | 101101 |
Color Harmonies of #26BFAB
Complementary color
Monochromatic Colors of #26BFAB
Black with #26BFAB
Text Example
Text Example
White with #26BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BFAB; }
p { color: rgb(38,191,171); }
H1.HeaderClassName
{
color: #26BFAB;
}
.AnyTagClassName
{
color: #26BFAB;
}
</style>
background-color css
<style>
a { background-color: #26BFAB; }
a { background-color: rgb(38,191,171); }
div.DivClassName
{
background-color: #26BFAB;
}
.BgClassName
{
background-color: #26BFAB;
}
</style>
border-color css
<style>
span { border-color: #26BFAB; }
span { border-color: rgb(38,191,171); }
td.TdClassName
{
border-color: #26BFAB;
}
.TagClassName
{
border-color: #26BFAB;
}
</style>