Shades of Light Sea Green #26BBAC
Tints of Light Sea Green #26BBAC
RGB
CMYK
RGB Variations
Color information
#26BBAC (or 0x26BBAC) is known color: Light Sea Green. HEX triplet: 26, BB and AC. RGB value is (38,187,172). Sum of RGB (Red+Green+Blue) = 38+187+172=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #26BBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BBAC is #D94453. Grayscale: #8C8C8C. Windows color (decimal): -14238804 or 11320102. OLE color: 11320102.
HSL color Cylindrical-coordinate representation of color #26BBAC: hue angle of 173.96º 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 #26BBAC is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 187 | 172 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.27 |
| HSL | 173.96º | 0.66% | 0.44% | - |
| HSV(B) | 173.96º | 0.8% | 0.73% | - |
| XYZ | 26.02 | 38.93 | 45.17 | - |
| YUV | 140.74 | 145.64 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 187 | 172 | 0.80 | 0 | 0.08 | 0.27 | 173.96 | 0.66 | 0.44 |
| Hex | 26 | BB | AC | 50 | 0 | 8 | 1B | AE | 42 | 2C |
| Octal | 46 | 273 | 254 | 120 | 0 | 10 | 33 | 256 | 102 | 54 |
| Binary | 100110 | 10111011 | 10101100 | 1010000 | 0 | 1000 | 11011 | 10101110 | 1000010 | 101100 |
Color Harmonies of #26BBAC
Complementary color
Monochromatic Colors of #26BBAC
Black with #26BBAC
Text Example
Text Example
White with #26BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BBAC; }
p { color: rgb(38,187,172); }
H1.HeaderClassName
{
color: #26BBAC;
}
.AnyTagClassName
{
color: #26BBAC;
}
</style>
background-color css
<style>
a { background-color: #26BBAC; }
a { background-color: rgb(38,187,172); }
div.DivClassName
{
background-color: #26BBAC;
}
.BgClassName
{
background-color: #26BBAC;
}
</style>
border-color css
<style>
span { border-color: #26BBAC; }
span { border-color: rgb(38,187,172); }
td.TdClassName
{
border-color: #26BBAC;
}
.TagClassName
{
border-color: #26BBAC;
}
</style>