Shades of Light Sea Green #26ADBB
Tints of Light Sea Green #26ADBB
RGB
CMYK
RGB Variations
Color information
#26ADBB (or 0x26ADBB) is known color: Light Sea Green. HEX triplet: 26, AD and BB. RGB value is (38,173,187). Sum of RGB (Red+Green+Blue) = 38+173+187=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #26ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ADBB is #D95244. Grayscale: #868686. Windows color (decimal): -14242373 or 12299558. OLE color: 12299558.
HSL color Cylindrical-coordinate representation of color #26ADBB: hue angle of 185.64º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26ADBB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 173 | 187 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.27 |
| HSL | 185.64º | 0.66% | 0.44% | - |
| HSV(B) | 185.64º | 0.8% | 0.73% | - |
| XYZ | 24.71 | 33.89 | 52.25 | - |
| YUV | 134.23 | 157.77 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 187 | 0.80 | 0.07 | 0 | 0.27 | 185.64 | 0.66 | 0.44 |
| Hex | 26 | AD | BB | 50 | 7 | 0 | 1B | BA | 42 | 2C |
| Octal | 46 | 255 | 273 | 120 | 7 | 0 | 33 | 272 | 102 | 54 |
| Binary | 100110 | 10101101 | 10111011 | 1010000 | 111 | 0 | 11011 | 10111010 | 1000010 | 101100 |
Color Harmonies of #26ADBB
Complementary color
Monochromatic Colors of #26ADBB
Black with #26ADBB
Text Example
Text Example
White with #26ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADBB; }
p { color: rgb(38,173,187); }
H1.HeaderClassName
{
color: #26ADBB;
}
.AnyTagClassName
{
color: #26ADBB;
}
</style>
background-color css
<style>
a { background-color: #26ADBB; }
a { background-color: rgb(38,173,187); }
div.DivClassName
{
background-color: #26ADBB;
}
.BgClassName
{
background-color: #26ADBB;
}
</style>
border-color css
<style>
span { border-color: #26ADBB; }
span { border-color: rgb(38,173,187); }
td.TdClassName
{
border-color: #26ADBB;
}
.TagClassName
{
border-color: #26ADBB;
}
</style>