Shades of Light Sea Green #26BBC1
Tints of Light Sea Green #26BBC1
RGB
CMYK
RGB Variations
Color information
#26BBC1 (or 0x26BBC1) is known color: Light Sea Green. HEX triplet: 26, BB and C1. RGB value is (38,187,193). Sum of RGB (Red+Green+Blue) = 38+187+193=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #26BBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BBC1 is #D9443E. Grayscale: #8E8E8E. Windows color (decimal): -14238783 or 12696358. OLE color: 12696358.
HSL color Cylindrical-coordinate representation of color #26BBC1: hue angle of 182.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 #26BBC1 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 187 | 193 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.24 |
| HSL | 182.32º | 0.67% | 0.45% | - |
| HSV(B) | 182.32º | 0.8% | 0.76% | - |
| XYZ | 28.2 | 39.8 | 56.65 | - |
| YUV | 143.13 | 156.14 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 187 | 193 | 0.80 | 0.03 | 0 | 0.24 | 182.32 | 0.67 | 0.45 |
| Hex | 26 | BB | C1 | 50 | 3 | 0 | 18 | B6 | 43 | 2D |
| Octal | 46 | 273 | 301 | 120 | 3 | 0 | 30 | 266 | 103 | 55 |
| Binary | 100110 | 10111011 | 11000001 | 1010000 | 11 | 0 | 11000 | 10110110 | 1000011 | 101101 |
Color Harmonies of #26BBC1
Complementary color
Monochromatic Colors of #26BBC1
Black with #26BBC1
Text Example
Text Example
White with #26BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BBC1; }
p { color: rgb(38,187,193); }
H1.HeaderClassName
{
color: #26BBC1;
}
.AnyTagClassName
{
color: #26BBC1;
}
</style>
background-color css
<style>
a { background-color: #26BBC1; }
a { background-color: rgb(38,187,193); }
div.DivClassName
{
background-color: #26BBC1;
}
.BgClassName
{
background-color: #26BBC1;
}
</style>
border-color css
<style>
span { border-color: #26BBC1; }
span { border-color: rgb(38,187,193); }
td.TdClassName
{
border-color: #26BBC1;
}
.TagClassName
{
border-color: #26BBC1;
}
</style>