Shades of Light Sea Green #26B4AA
Tints of Light Sea Green #26B4AA
RGB
CMYK
RGB Variations
Color information
#26B4AA (or 0x26B4AA) is known color: Light Sea Green. HEX triplet: 26, B4 and AA. RGB value is (38,180,170). Sum of RGB (Red+Green+Blue) = 38+180+170=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #26B4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B4AA is #D94B55. Grayscale: #888888. Windows color (decimal): -14240598 or 11187238. OLE color: 11187238.
HSL color Cylindrical-coordinate representation of color #26B4AA: hue angle of 175.77º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B4AA is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 180 | 170 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.29 |
| HSL | 175.77º | 0.65% | 0.43% | - |
| HSV(B) | 175.77º | 0.79% | 0.71% | - |
| XYZ | 24.38 | 35.96 | 43.69 | - |
| YUV | 136.4 | 146.96 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 180 | 170 | 0.79 | 0 | 0.06 | 0.29 | 175.77 | 0.65 | 0.43 |
| Hex | 26 | B4 | AA | 4F | 0 | 6 | 1D | B0 | 41 | 2B |
| Octal | 46 | 264 | 252 | 117 | 0 | 6 | 35 | 260 | 101 | 53 |
| Binary | 100110 | 10110100 | 10101010 | 1001111 | 0 | 110 | 11101 | 10110000 | 1000001 | 101011 |
Color Harmonies of #26B4AA
Complementary color
Monochromatic Colors of #26B4AA
Black with #26B4AA
Text Example
Text Example
White with #26B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B4AA; }
p { color: rgb(38,180,170); }
H1.HeaderClassName
{
color: #26B4AA;
}
.AnyTagClassName
{
color: #26B4AA;
}
</style>
background-color css
<style>
a { background-color: #26B4AA; }
a { background-color: rgb(38,180,170); }
div.DivClassName
{
background-color: #26B4AA;
}
.BgClassName
{
background-color: #26B4AA;
}
</style>
border-color css
<style>
span { border-color: #26B4AA; }
span { border-color: rgb(38,180,170); }
td.TdClassName
{
border-color: #26B4AA;
}
.TagClassName
{
border-color: #26B4AA;
}
</style>