Shades of Light Sea Green #26BCC0
Tints of Light Sea Green #26BCC0
RGB
CMYK
RGB Variations
Color information
#26BCC0 (or 0x26BCC0) is known color: Light Sea Green. HEX triplet: 26, BC and C0. RGB value is (38,188,192). Sum of RGB (Red+Green+Blue) = 38+188+192=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #26BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BCC0 is #D9433F. Grayscale: #8F8F8F. Windows color (decimal): -14238528 or 12631078. OLE color: 12631078.
HSL color Cylindrical-coordinate representation of color #26BCC0: hue angle of 181.56º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BCC0 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 188 | 192 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.25 |
| HSL | 181.56º | 0.67% | 0.45% | - |
| HSV(B) | 181.56º | 0.8% | 0.75% | - |
| XYZ | 28.3 | 40.18 | 56.13 | - |
| YUV | 143.61 | 155.31 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 192 | 0.80 | 0.02 | 0 | 0.25 | 181.56 | 0.67 | 0.45 |
| Hex | 26 | BC | C0 | 50 | 2 | 0 | 19 | B6 | 43 | 2D |
| Octal | 46 | 274 | 300 | 120 | 2 | 0 | 31 | 266 | 103 | 55 |
| Binary | 100110 | 10111100 | 11000000 | 1010000 | 10 | 0 | 11001 | 10110110 | 1000011 | 101101 |
Color Harmonies of #26BCC0
Complementary color
Monochromatic Colors of #26BCC0
Black with #26BCC0
Text Example
Text Example
White with #26BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BCC0; }
p { color: rgb(38,188,192); }
H1.HeaderClassName
{
color: #26BCC0;
}
.AnyTagClassName
{
color: #26BCC0;
}
</style>
background-color css
<style>
a { background-color: #26BCC0; }
a { background-color: rgb(38,188,192); }
div.DivClassName
{
background-color: #26BCC0;
}
.BgClassName
{
background-color: #26BCC0;
}
</style>
border-color css
<style>
span { border-color: #26BCC0; }
span { border-color: rgb(38,188,192); }
td.TdClassName
{
border-color: #26BCC0;
}
.TagClassName
{
border-color: #26BCC0;
}
</style>