Shades of Light Sea Green #26BDBB
Tints of Light Sea Green #26BDBB
RGB
CMYK
RGB Variations
Color information
#26BDBB (or 0x26BDBB) is known color: Light Sea Green. HEX triplet: 26, BD and BB. RGB value is (38,189,187). Sum of RGB (Red+Green+Blue) = 38+189+187=414 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.18% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #26BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BDBB is #D94244. Grayscale: #8F8F8F. Windows color (decimal): -14238277 or 12303654. OLE color: 12303654.
HSL color Cylindrical-coordinate representation of color #26BDBB: hue angle of 179.21º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BDBB is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 187 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.26 |
| HSL | 179.21º | 0.67% | 0.45% | - |
| HSV(B) | 179.21º | 0.8% | 0.74% | - |
| XYZ | 27.97 | 40.4 | 53.34 | - |
| YUV | 143.62 | 152.47 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 187 | 0.80 | 0 | 0.01 | 0.26 | 179.21 | 0.67 | 0.45 |
| Hex | 26 | BD | BB | 50 | 0 | 1 | 1A | B3 | 43 | 2D |
| Octal | 46 | 275 | 273 | 120 | 0 | 1 | 32 | 263 | 103 | 55 |
| Binary | 100110 | 10111101 | 10111011 | 1010000 | 0 | 1 | 11010 | 10110011 | 1000011 | 101101 |
Color Harmonies of #26BDBB
Complementary color
Monochromatic Colors of #26BDBB
Black with #26BDBB
Text Example
Text Example
White with #26BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDBB; }
p { color: rgb(38,189,187); }
H1.HeaderClassName
{
color: #26BDBB;
}
.AnyTagClassName
{
color: #26BDBB;
}
</style>
background-color css
<style>
a { background-color: #26BDBB; }
a { background-color: rgb(38,189,187); }
div.DivClassName
{
background-color: #26BDBB;
}
.BgClassName
{
background-color: #26BDBB;
}
</style>
border-color css
<style>
span { border-color: #26BDBB; }
span { border-color: rgb(38,189,187); }
td.TdClassName
{
border-color: #26BDBB;
}
.TagClassName
{
border-color: #26BDBB;
}
</style>