Shades of Light Sea Green #26A6AB
Tints of Light Sea Green #26A6AB
RGB
CMYK
RGB Variations
Color information
#26A6AB (or 0x26A6AB) is known color: Light Sea Green. HEX triplet: 26, A6 and AB. RGB value is (38,166,171). Sum of RGB (Red+Green+Blue) = 38+166+171=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #26A6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A6AB is #D95954. Grayscale: #808080. Windows color (decimal): -14244181 or 11249190. OLE color: 11249190.
HSL color Cylindrical-coordinate representation of color #26A6AB: hue angle of 182.26º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26A6AB is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 166 | 171 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.33 |
| HSL | 182.26º | 0.64% | 0.41% | - |
| HSV(B) | 182.26º | 0.78% | 0.67% | - |
| XYZ | 21.79 | 30.62 | 43.29 | - |
| YUV | 128.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 171 | 0.78 | 0.03 | 0 | 0.33 | 182.26 | 0.64 | 0.41 |
| Hex | 26 | A6 | AB | 4E | 3 | 0 | 21 | B6 | 40 | 29 |
| Octal | 46 | 246 | 253 | 116 | 3 | 0 | 41 | 266 | 100 | 51 |
| Binary | 100110 | 10100110 | 10101011 | 1001110 | 11 | 0 | 100001 | 10110110 | 1000000 | 101001 |
Color Harmonies of #26A6AB
Complementary color
Monochromatic Colors of #26A6AB
Black with #26A6AB
Text Example
Text Example
White with #26A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A6AB; }
p { color: rgb(38,166,171); }
H1.HeaderClassName
{
color: #26A6AB;
}
.AnyTagClassName
{
color: #26A6AB;
}
</style>
background-color css
<style>
a { background-color: #26A6AB; }
a { background-color: rgb(38,166,171); }
div.DivClassName
{
background-color: #26A6AB;
}
.BgClassName
{
background-color: #26A6AB;
}
</style>
border-color css
<style>
span { border-color: #26A6AB; }
span { border-color: rgb(38,166,171); }
td.TdClassName
{
border-color: #26A6AB;
}
.TagClassName
{
border-color: #26A6AB;
}
</style>