Shades of Light Sea Green #26B2A5
Tints of Light Sea Green #26B2A5
RGB
CMYK
RGB Variations
Color information
#26B2A5 (or 0x26B2A5) is known color: Light Sea Green. HEX triplet: 26, B2 and A5. RGB value is (38,178,165). Sum of RGB (Red+Green+Blue) = 38+178+165=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #26B2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B2A5 is #D94D5A. Grayscale: #868686. Windows color (decimal): -14241115 or 10859046. OLE color: 10859046.
HSL color Cylindrical-coordinate representation of color #26B2A5: hue angle of 174.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B2A5 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 178 | 165 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.30 |
| HSL | 174.43º | 0.65% | 0.42% | - |
| HSV(B) | 174.43º | 0.79% | 0.7% | - |
| XYZ | 23.51 | 34.97 | 41.11 | - |
| YUV | 134.66 | 145.12 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 178 | 165 | 0.79 | 0 | 0.07 | 0.30 | 174.43 | 0.65 | 0.42 |
| Hex | 26 | B2 | A5 | 4F | 0 | 7 | 1E | AE | 41 | 2A |
| Octal | 46 | 262 | 245 | 117 | 0 | 7 | 36 | 256 | 101 | 52 |
| Binary | 100110 | 10110010 | 10100101 | 1001111 | 0 | 111 | 11110 | 10101110 | 1000001 | 101010 |
Color Harmonies of #26B2A5
Complementary color
Monochromatic Colors of #26B2A5
Black with #26B2A5
Text Example
Text Example
White with #26B2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B2A5; }
p { color: rgb(38,178,165); }
H1.HeaderClassName
{
color: #26B2A5;
}
.AnyTagClassName
{
color: #26B2A5;
}
</style>
background-color css
<style>
a { background-color: #26B2A5; }
a { background-color: rgb(38,178,165); }
div.DivClassName
{
background-color: #26B2A5;
}
.BgClassName
{
background-color: #26B2A5;
}
</style>
border-color css
<style>
span { border-color: #26B2A5; }
span { border-color: rgb(38,178,165); }
td.TdClassName
{
border-color: #26B2A5;
}
.TagClassName
{
border-color: #26B2A5;
}
</style>