Shades of Light Sea Green #26BFC0
Tints of Light Sea Green #26BFC0
RGB
CMYK
RGB Variations
Color information
#26BFC0 (or 0x26BFC0) is known color: Light Sea Green. HEX triplet: 26, BF and C0. RGB value is (38,191,192). Sum of RGB (Red+Green+Blue) = 38+191+192=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #26BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BFC0 is #D9403F. Grayscale: #919191. Windows color (decimal): -14237760 or 12631846. OLE color: 12631846.
HSL color Cylindrical-coordinate representation of color #26BFC0: hue angle of 180.39º 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 #26BFC0 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 191 | 192 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.25 |
| HSL | 180.39º | 0.67% | 0.45% | - |
| HSV(B) | 180.39º | 0.8% | 0.75% | - |
| XYZ | 28.94 | 41.48 | 56.35 | - |
| YUV | 145.37 | 154.31 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 192 | 0.80 | 0.01 | 0 | 0.25 | 180.39 | 0.67 | 0.45 |
| Hex | 26 | BF | C0 | 50 | 1 | 0 | 19 | B4 | 43 | 2D |
| Octal | 46 | 277 | 300 | 120 | 1 | 0 | 31 | 264 | 103 | 55 |
| Binary | 100110 | 10111111 | 11000000 | 1010000 | 1 | 0 | 11001 | 10110100 | 1000011 | 101101 |
Color Harmonies of #26BFC0
Complementary color
Monochromatic Colors of #26BFC0
Black with #26BFC0
Text Example
Text Example
White with #26BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BFC0; }
p { color: rgb(38,191,192); }
H1.HeaderClassName
{
color: #26BFC0;
}
.AnyTagClassName
{
color: #26BFC0;
}
</style>
background-color css
<style>
a { background-color: #26BFC0; }
a { background-color: rgb(38,191,192); }
div.DivClassName
{
background-color: #26BFC0;
}
.BgClassName
{
background-color: #26BFC0;
}
</style>
border-color css
<style>
span { border-color: #26BFC0; }
span { border-color: rgb(38,191,192); }
td.TdClassName
{
border-color: #26BFC0;
}
.TagClassName
{
border-color: #26BFC0;
}
</style>