Shades of Light Sea Green #26B8AF
Tints of Light Sea Green #26B8AF
RGB
CMYK
RGB Variations
Color information
#26B8AF (or 0x26B8AF) is known color: Light Sea Green. HEX triplet: 26, B8 and AF. RGB value is (38,184,175). Sum of RGB (Red+Green+Blue) = 38+184+175=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #26B8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B8AF is #D94750. Grayscale: #8B8B8B. Windows color (decimal): -14239569 or 11515942. OLE color: 11515942.
HSL color Cylindrical-coordinate representation of color #26B8AF: hue angle of 176.3º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B8AF is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 184 | 175 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.28 |
| HSL | 176.3º | 0.66% | 0.44% | - |
| HSV(B) | 176.3º | 0.79% | 0.72% | - |
| XYZ | 25.68 | 37.79 | 46.5 | - |
| YUV | 139.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 184 | 175 | 0.79 | 0 | 0.05 | 0.28 | 176.3 | 0.66 | 0.44 |
| Hex | 26 | B8 | AF | 4F | 0 | 5 | 1C | B0 | 42 | 2C |
| Octal | 46 | 270 | 257 | 117 | 0 | 5 | 34 | 260 | 102 | 54 |
| Binary | 100110 | 10111000 | 10101111 | 1001111 | 0 | 101 | 11100 | 10110000 | 1000010 | 101100 |
Color Harmonies of #26B8AF
Complementary color
Monochromatic Colors of #26B8AF
Black with #26B8AF
Text Example
Text Example
White with #26B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B8AF; }
p { color: rgb(38,184,175); }
H1.HeaderClassName
{
color: #26B8AF;
}
.AnyTagClassName
{
color: #26B8AF;
}
</style>
background-color css
<style>
a { background-color: #26B8AF; }
a { background-color: rgb(38,184,175); }
div.DivClassName
{
background-color: #26B8AF;
}
.BgClassName
{
background-color: #26B8AF;
}
</style>
border-color css
<style>
span { border-color: #26B8AF; }
span { border-color: rgb(38,184,175); }
td.TdClassName
{
border-color: #26B8AF;
}
.TagClassName
{
border-color: #26B8AF;
}
</style>