Shades of Light Sea Green #26BBAB
Tints of Light Sea Green #26BBAB
RGB
CMYK
RGB Variations
Color information
#26BBAB (or 0x26BBAB) is known color: Light Sea Green. HEX triplet: 26, BB and AB. RGB value is (38,187,171). Sum of RGB (Red+Green+Blue) = 38+187+171=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #26BBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BBAB is #D94454. Grayscale: #8C8C8C. Windows color (decimal): -14238805 or 11254566. OLE color: 11254566.
HSL color Cylindrical-coordinate representation of color #26BBAB: hue angle of 173.56º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BBAB is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 187 | 171 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.27 |
| HSL | 173.56º | 0.66% | 0.44% | - |
| HSV(B) | 173.56º | 0.8% | 0.73% | - |
| XYZ | 25.92 | 38.89 | 44.67 | - |
| YUV | 140.63 | 145.14 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 187 | 171 | 0.80 | 0 | 0.09 | 0.27 | 173.56 | 0.66 | 0.44 |
| Hex | 26 | BB | AB | 50 | 0 | 9 | 1B | AE | 42 | 2C |
| Octal | 46 | 273 | 253 | 120 | 0 | 11 | 33 | 256 | 102 | 54 |
| Binary | 100110 | 10111011 | 10101011 | 1010000 | 0 | 1001 | 11011 | 10101110 | 1000010 | 101100 |
Color Harmonies of #26BBAB
Complementary color
Monochromatic Colors of #26BBAB
Black with #26BBAB
Text Example
Text Example
White with #26BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BBAB; }
p { color: rgb(38,187,171); }
H1.HeaderClassName
{
color: #26BBAB;
}
.AnyTagClassName
{
color: #26BBAB;
}
</style>
background-color css
<style>
a { background-color: #26BBAB; }
a { background-color: rgb(38,187,171); }
div.DivClassName
{
background-color: #26BBAB;
}
.BgClassName
{
background-color: #26BBAB;
}
</style>
border-color css
<style>
span { border-color: #26BBAB; }
span { border-color: rgb(38,187,171); }
td.TdClassName
{
border-color: #26BBAB;
}
.TagClassName
{
border-color: #26BBAB;
}
</style>