Shades of Light Sea Green #26BEC2
Tints of Light Sea Green #26BEC2
RGB
CMYK
RGB Variations
Color information
#26BEC2 (or 0x26BEC2) is known color: Light Sea Green. HEX triplet: 26, BE and C2. RGB value is (38,190,194). Sum of RGB (Red+Green+Blue) = 38+190+194=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #26BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BEC2 is #D9413D. Grayscale: #909090. Windows color (decimal): -14238014 or 12762662. OLE color: 12762662.
HSL color Cylindrical-coordinate representation of color #26BEC2: hue angle of 181.54º 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 #26BEC2 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 190 | 194 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.24 |
| HSL | 181.54º | 0.67% | 0.45% | - |
| HSV(B) | 181.54º | 0.8% | 0.76% | - |
| XYZ | 28.95 | 41.13 | 57.45 | - |
| YUV | 145.01 | 155.64 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 194 | 0.80 | 0.02 | 0 | 0.24 | 181.54 | 0.67 | 0.45 |
| Hex | 26 | BE | C2 | 50 | 2 | 0 | 18 | B6 | 43 | 2D |
| Octal | 46 | 276 | 302 | 120 | 2 | 0 | 30 | 266 | 103 | 55 |
| Binary | 100110 | 10111110 | 11000010 | 1010000 | 10 | 0 | 11000 | 10110110 | 1000011 | 101101 |
Color Harmonies of #26BEC2
Complementary color
Monochromatic Colors of #26BEC2
Black with #26BEC2
Text Example
Text Example
White with #26BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BEC2; }
p { color: rgb(38,190,194); }
H1.HeaderClassName
{
color: #26BEC2;
}
.AnyTagClassName
{
color: #26BEC2;
}
</style>
background-color css
<style>
a { background-color: #26BEC2; }
a { background-color: rgb(38,190,194); }
div.DivClassName
{
background-color: #26BEC2;
}
.BgClassName
{
background-color: #26BEC2;
}
</style>
border-color css
<style>
span { border-color: #26BEC2; }
span { border-color: rgb(38,190,194); }
td.TdClassName
{
border-color: #26BEC2;
}
.TagClassName
{
border-color: #26BEC2;
}
</style>