Shades of Light Sea Green #26AEBC
Tints of Light Sea Green #26AEBC
RGB
CMYK
RGB Variations
Color information
#26AEBC (or 0x26AEBC) is known color: Light Sea Green. HEX triplet: 26, AE and BC. RGB value is (38,174,188). Sum of RGB (Red+Green+Blue) = 38+174+188=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #26AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AEBC is #D95143. Grayscale: #868686. Windows color (decimal): -14242116 or 12365350. OLE color: 12365350.
HSL color Cylindrical-coordinate representation of color #26AEBC: hue angle of 185.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26AEBC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 174 | 188 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.26 |
| HSL | 185.6º | 0.66% | 0.44% | - |
| HSV(B) | 185.6º | 0.8% | 0.74% | - |
| XYZ | 25.01 | 34.32 | 52.88 | - |
| YUV | 134.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 174 | 188 | 0.80 | 0.07 | 0 | 0.26 | 185.6 | 0.66 | 0.44 |
| Hex | 26 | AE | BC | 50 | 7 | 0 | 1A | BA | 42 | 2C |
| Octal | 46 | 256 | 274 | 120 | 7 | 0 | 32 | 272 | 102 | 54 |
| Binary | 100110 | 10101110 | 10111100 | 1010000 | 111 | 0 | 11010 | 10111010 | 1000010 | 101100 |
Color Harmonies of #26AEBC
Complementary color
Monochromatic Colors of #26AEBC
Black with #26AEBC
Text Example
Text Example
White with #26AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AEBC; }
p { color: rgb(38,174,188); }
H1.HeaderClassName
{
color: #26AEBC;
}
.AnyTagClassName
{
color: #26AEBC;
}
</style>
background-color css
<style>
a { background-color: #26AEBC; }
a { background-color: rgb(38,174,188); }
div.DivClassName
{
background-color: #26AEBC;
}
.BgClassName
{
background-color: #26AEBC;
}
</style>
border-color css
<style>
span { border-color: #26AEBC; }
span { border-color: rgb(38,174,188); }
td.TdClassName
{
border-color: #26AEBC;
}
.TagClassName
{
border-color: #26AEBC;
}
</style>