Shades of Light Sea Green #26AA9C
Tints of Light Sea Green #26AA9C
RGB
CMYK
RGB Variations
Color information
#26AA9C (or 0x26AA9C) is known color: Light Sea Green. HEX triplet: 26, AA and 9C. RGB value is (38,170,156). Sum of RGB (Red+Green+Blue) = 38+170+156=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AA9C is #D95563. Grayscale: #808080. Windows color (decimal): -14243172 or 10267174. OLE color: 10267174.
HSL color Cylindrical-coordinate representation of color #26AA9C: hue angle of 173.64º degrees, saturation: 0.63, 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 #26AA9C is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 170 | 156 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.33 |
| HSL | 173.64º | 0.63% | 0.41% | - |
| HSV(B) | 173.64º | 0.78% | 0.67% | - |
| XYZ | 21.17 | 31.56 | 36.43 | - |
| YUV | 128.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 156 | 0.78 | 0 | 0.08 | 0.33 | 173.64 | 0.63 | 0.41 |
| Hex | 26 | AA | 9C | 4E | 0 | 8 | 21 | AE | 3F | 29 |
| Octal | 46 | 252 | 234 | 116 | 0 | 10 | 41 | 256 | 77 | 51 |
| Binary | 100110 | 10101010 | 10011100 | 1001110 | 0 | 1000 | 100001 | 10101110 | 111111 | 101001 |
Color Harmonies of #26AA9C
Complementary color
Monochromatic Colors of #26AA9C
Black with #26AA9C
Text Example
Text Example
White with #26AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AA9C; }
p { color: rgb(38,170,156); }
H1.HeaderClassName
{
color: #26AA9C;
}
.AnyTagClassName
{
color: #26AA9C;
}
</style>
background-color css
<style>
a { background-color: #26AA9C; }
a { background-color: rgb(38,170,156); }
div.DivClassName
{
background-color: #26AA9C;
}
.BgClassName
{
background-color: #26AA9C;
}
</style>
border-color css
<style>
span { border-color: #26AA9C; }
span { border-color: rgb(38,170,156); }
td.TdClassName
{
border-color: #26AA9C;
}
.TagClassName
{
border-color: #26AA9C;
}
</style>