Shades of Light Sea Green #26ACB0
Tints of Light Sea Green #26ACB0
RGB
CMYK
RGB Variations
Color information
#26ACB0 (or 0x26ACB0) is known color: Light Sea Green. HEX triplet: 26, AC and B0. RGB value is (38,172,176). Sum of RGB (Red+Green+Blue) = 38+172+176=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #26ACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ACB0 is #D9534F. Grayscale: #848484. Windows color (decimal): -14242640 or 11578406. OLE color: 11578406.
HSL color Cylindrical-coordinate representation of color #26ACB0: hue angle of 181.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26ACB0 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 172 | 176 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.31 |
| HSL | 181.74º | 0.64% | 0.42% | - |
| HSV(B) | 181.74º | 0.78% | 0.69% | - |
| XYZ | 23.39 | 33.05 | 46.22 | - |
| YUV | 132.39 | 152.61 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 176 | 0.78 | 0.02 | 0 | 0.31 | 181.74 | 0.64 | 0.42 |
| Hex | 26 | AC | B0 | 4E | 2 | 0 | 1F | B6 | 40 | 2A |
| Octal | 46 | 254 | 260 | 116 | 2 | 0 | 37 | 266 | 100 | 52 |
| Binary | 100110 | 10101100 | 10110000 | 1001110 | 10 | 0 | 11111 | 10110110 | 1000000 | 101010 |
Color Harmonies of #26ACB0
Complementary color
Monochromatic Colors of #26ACB0
Black with #26ACB0
Text Example
Text Example
White with #26ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ACB0; }
p { color: rgb(38,172,176); }
H1.HeaderClassName
{
color: #26ACB0;
}
.AnyTagClassName
{
color: #26ACB0;
}
</style>
background-color css
<style>
a { background-color: #26ACB0; }
a { background-color: rgb(38,172,176); }
div.DivClassName
{
background-color: #26ACB0;
}
.BgClassName
{
background-color: #26ACB0;
}
</style>
border-color css
<style>
span { border-color: #26ACB0; }
span { border-color: rgb(38,172,176); }
td.TdClassName
{
border-color: #26ACB0;
}
.TagClassName
{
border-color: #26ACB0;
}
</style>