Shades of Light Sea Green #26BDA4
Tints of Light Sea Green #26BDA4
RGB
CMYK
RGB Variations
Color information
#26BDA4 (or 0x26BDA4) is known color: Light Sea Green. HEX triplet: 26, BD and A4. RGB value is (38,189,164). Sum of RGB (Red+Green+Blue) = 38+189+164=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #26BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BDA4 is #D9425B. Grayscale: #8C8C8C. Windows color (decimal): -14238300 or 10796326. OLE color: 10796326.
HSL color Cylindrical-coordinate representation of color #26BDA4: hue angle of 170.07º 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 #26BDA4 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 164 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.26 |
| HSL | 170.07º | 0.67% | 0.45% | - |
| HSV(B) | 170.07º | 0.8% | 0.74% | - |
| XYZ | 25.7 | 39.49 | 41.39 | - |
| YUV | 141 | 140.97 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 164 | 0.80 | 0 | 0.13 | 0.26 | 170.07 | 0.67 | 0.45 |
| Hex | 26 | BD | A4 | 50 | 0 | D | 1A | AA | 43 | 2D |
| Octal | 46 | 275 | 244 | 120 | 0 | 15 | 32 | 252 | 103 | 55 |
| Binary | 100110 | 10111101 | 10100100 | 1010000 | 0 | 1101 | 11010 | 10101010 | 1000011 | 101101 |
Color Harmonies of #26BDA4
Complementary color
Monochromatic Colors of #26BDA4
Black with #26BDA4
Text Example
Text Example
White with #26BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDA4; }
p { color: rgb(38,189,164); }
H1.HeaderClassName
{
color: #26BDA4;
}
.AnyTagClassName
{
color: #26BDA4;
}
</style>
background-color css
<style>
a { background-color: #26BDA4; }
a { background-color: rgb(38,189,164); }
div.DivClassName
{
background-color: #26BDA4;
}
.BgClassName
{
background-color: #26BDA4;
}
</style>
border-color css
<style>
span { border-color: #26BDA4; }
span { border-color: rgb(38,189,164); }
td.TdClassName
{
border-color: #26BDA4;
}
.TagClassName
{
border-color: #26BDA4;
}
</style>