Shades of Light Sea Green #26BEB0
Tints of Light Sea Green #26BEB0
RGB
CMYK
RGB Variations
Color information
#26BEB0 (or 0x26BEB0) is known color: Light Sea Green. HEX triplet: 26, BE and B0. RGB value is (38,190,176). Sum of RGB (Red+Green+Blue) = 38+190+176=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #26BEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BEB0 is #D9414F. Grayscale: #8E8E8E. Windows color (decimal): -14238032 or 11583014. OLE color: 11583014.
HSL color Cylindrical-coordinate representation of color #26BEB0: hue angle of 174.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BEB0 is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 190 | 176 | - |
| CMYK | 0.8 | 0 | 0.07 | 0.25 |
| HSL | 174.47º | 0.67% | 0.45% | - |
| HSV(B) | 174.47º | 0.8% | 0.75% | - |
| XYZ | 27.05 | 40.37 | 47.44 | - |
| YUV | 142.96 | 146.64 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 176 | 0.8 | 0 | 0.07 | 0.25 | 174.47 | 0.67 | 0.45 |
| Hex | 26 | BE | B0 | 50 | 0 | 7 | 19 | AE | 43 | 2D |
| Octal | 46 | 276 | 260 | 120 | 0 | 7 | 31 | 256 | 103 | 55 |
| Binary | 100110 | 10111110 | 10110000 | 1010000 | 0 | 111 | 11001 | 10101110 | 1000011 | 101101 |
Color Harmonies of #26BEB0
Complementary color
Monochromatic Colors of #26BEB0
Black with #26BEB0
Text Example
Text Example
White with #26BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BEB0; }
p { color: rgb(38,190,176); }
H1.HeaderClassName
{
color: #26BEB0;
}
.AnyTagClassName
{
color: #26BEB0;
}
</style>
background-color css
<style>
a { background-color: #26BEB0; }
a { background-color: rgb(38,190,176); }
div.DivClassName
{
background-color: #26BEB0;
}
.BgClassName
{
background-color: #26BEB0;
}
</style>
border-color css
<style>
span { border-color: #26BEB0; }
span { border-color: rgb(38,190,176); }
td.TdClassName
{
border-color: #26BEB0;
}
.TagClassName
{
border-color: #26BEB0;
}
</style>