Shades of Light Sea Green #26BDA5
Tints of Light Sea Green #26BDA5
RGB
CMYK
RGB Variations
Color information
#26BDA5 (or 0x26BDA5) is known color: Light Sea Green. HEX triplet: 26, BD and A5. RGB value is (38,189,165). Sum of RGB (Red+Green+Blue) = 38+189+165=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #26BDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BDA5 is #D9425A. Grayscale: #8D8D8D. Windows color (decimal): -14238299 or 10861862. OLE color: 10861862.
HSL color Cylindrical-coordinate representation of color #26BDA5: hue angle of 170.46º 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 #26BDA5 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 165 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.26 |
| HSL | 170.46º | 0.67% | 0.45% | - |
| HSV(B) | 170.46º | 0.8% | 0.74% | - |
| XYZ | 25.79 | 39.52 | 41.87 | - |
| YUV | 141.12 | 141.47 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 165 | 0.80 | 0 | 0.13 | 0.26 | 170.46 | 0.67 | 0.45 |
| Hex | 26 | BD | A5 | 50 | 0 | D | 1A | AA | 43 | 2D |
| Octal | 46 | 275 | 245 | 120 | 0 | 15 | 32 | 252 | 103 | 55 |
| Binary | 100110 | 10111101 | 10100101 | 1010000 | 0 | 1101 | 11010 | 10101010 | 1000011 | 101101 |
Color Harmonies of #26BDA5
Complementary color
Monochromatic Colors of #26BDA5
Black with #26BDA5
Text Example
Text Example
White with #26BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDA5; }
p { color: rgb(38,189,165); }
H1.HeaderClassName
{
color: #26BDA5;
}
.AnyTagClassName
{
color: #26BDA5;
}
</style>
background-color css
<style>
a { background-color: #26BDA5; }
a { background-color: rgb(38,189,165); }
div.DivClassName
{
background-color: #26BDA5;
}
.BgClassName
{
background-color: #26BDA5;
}
</style>
border-color css
<style>
span { border-color: #26BDA5; }
span { border-color: rgb(38,189,165); }
td.TdClassName
{
border-color: #26BDA5;
}
.TagClassName
{
border-color: #26BDA5;
}
</style>