Shades of Light Sea Green #26C1A8
Tints of Light Sea Green #26C1A8
RGB
CMYK
RGB Variations
Color information
#26C1A8 (or 0x26C1A8) is known color: Light Sea Green. HEX triplet: 26, C1 and A8. RGB value is (38,193,168). Sum of RGB (Red+Green+Blue) = 38+193+168=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #26C1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C1A8 is #D93E57. Grayscale: #8F8F8F. Windows color (decimal): -14237272 or 11059494. OLE color: 11059494.
HSL color Cylindrical-coordinate representation of color #26C1A8: hue angle of 170.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C1A8 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 193 | 168 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.24 |
| HSL | 170.32º | 0.67% | 0.45% | - |
| HSV(B) | 170.32º | 0.8% | 0.76% | - |
| XYZ | 26.94 | 41.38 | 43.61 | - |
| YUV | 143.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 193 | 168 | 0.80 | 0 | 0.13 | 0.24 | 170.32 | 0.67 | 0.45 |
| Hex | 26 | C1 | A8 | 50 | 0 | D | 18 | AA | 43 | 2D |
| Octal | 46 | 301 | 250 | 120 | 0 | 15 | 30 | 252 | 103 | 55 |
| Binary | 100110 | 11000001 | 10101000 | 1010000 | 0 | 1101 | 11000 | 10101010 | 1000011 | 101101 |
Color Harmonies of #26C1A8
Complementary color
Monochromatic Colors of #26C1A8
Black with #26C1A8
Text Example
Text Example
White with #26C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C1A8; }
p { color: rgb(38,193,168); }
H1.HeaderClassName
{
color: #26C1A8;
}
.AnyTagClassName
{
color: #26C1A8;
}
</style>
background-color css
<style>
a { background-color: #26C1A8; }
a { background-color: rgb(38,193,168); }
div.DivClassName
{
background-color: #26C1A8;
}
.BgClassName
{
background-color: #26C1A8;
}
</style>
border-color css
<style>
span { border-color: #26C1A8; }
span { border-color: rgb(38,193,168); }
td.TdClassName
{
border-color: #26C1A8;
}
.TagClassName
{
border-color: #26C1A8;
}
</style>