Shades of Light Sea Green #26BDC1
Tints of Light Sea Green #26BDC1
RGB
CMYK
RGB Variations
Color information
#26BDC1 (or 0x26BDC1) is known color: Light Sea Green. HEX triplet: 26, BD and C1. RGB value is (38,189,193). Sum of RGB (Red+Green+Blue) = 38+189+193=420 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.05% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #26BDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BDC1 is #D9423E. Grayscale: #909090. Windows color (decimal): -14238271 or 12696870. OLE color: 12696870.
HSL color Cylindrical-coordinate representation of color #26BDC1: hue angle of 181.55º 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 #26BDC1 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 189 | 193 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.24 |
| HSL | 181.55º | 0.67% | 0.45% | - |
| HSV(B) | 181.55º | 0.8% | 0.76% | - |
| XYZ | 28.62 | 40.66 | 56.79 | - |
| YUV | 144.31 | 155.47 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 193 | 0.80 | 0.02 | 0 | 0.24 | 181.55 | 0.67 | 0.45 |
| Hex | 26 | BD | C1 | 50 | 2 | 0 | 18 | B6 | 43 | 2D |
| Octal | 46 | 275 | 301 | 120 | 2 | 0 | 30 | 266 | 103 | 55 |
| Binary | 100110 | 10111101 | 11000001 | 1010000 | 10 | 0 | 11000 | 10110110 | 1000011 | 101101 |
Color Harmonies of #26BDC1
Complementary color
Monochromatic Colors of #26BDC1
Black with #26BDC1
Text Example
Text Example
White with #26BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDC1; }
p { color: rgb(38,189,193); }
H1.HeaderClassName
{
color: #26BDC1;
}
.AnyTagClassName
{
color: #26BDC1;
}
</style>
background-color css
<style>
a { background-color: #26BDC1; }
a { background-color: rgb(38,189,193); }
div.DivClassName
{
background-color: #26BDC1;
}
.BgClassName
{
background-color: #26BDC1;
}
</style>
border-color css
<style>
span { border-color: #26BDC1; }
span { border-color: rgb(38,189,193); }
td.TdClassName
{
border-color: #26BDC1;
}
.TagClassName
{
border-color: #26BDC1;
}
</style>