Shades of Light Sea Green #26CFBD
Tints of Light Sea Green #26CFBD
RGB
CMYK
RGB Variations
Color information
#26CFBD (or 0x26CFBD) is known color: Light Sea Green. HEX triplet: 26, CF and BD. RGB value is (38,207,189). Sum of RGB (Red+Green+Blue) = 38+207+189=434 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.76% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #26CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CFBD is #D93042. Grayscale: #9A9A9A. Windows color (decimal): -14233667 or 12439334. OLE color: 12439334.
HSL color Cylindrical-coordinate representation of color #26CFBD: hue angle of 173.61º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CFBD is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 207 | 189 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.19 |
| HSL | 173.61º | 0.69% | 0.48% | - |
| HSV(B) | 173.61º | 0.82% | 0.81% | - |
| XYZ | 32.3 | 48.71 | 55.84 | - |
| YUV | 154.42 | 147.51 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 189 | 0.82 | 0 | 0.09 | 0.19 | 173.61 | 0.69 | 0.48 |
| Hex | 26 | CF | BD | 52 | 0 | 9 | 13 | AE | 45 | 30 |
| Octal | 46 | 317 | 275 | 122 | 0 | 11 | 23 | 256 | 105 | 60 |
| Binary | 100110 | 11001111 | 10111101 | 1010010 | 0 | 1001 | 10011 | 10101110 | 1000101 | 110000 |
Color Harmonies of #26CFBD
Complementary color
Monochromatic Colors of #26CFBD
Black with #26CFBD
Text Example
Text Example
White with #26CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CFBD; }
p { color: rgb(38,207,189); }
H1.HeaderClassName
{
color: #26CFBD;
}
.AnyTagClassName
{
color: #26CFBD;
}
</style>
background-color css
<style>
a { background-color: #26CFBD; }
a { background-color: rgb(38,207,189); }
div.DivClassName
{
background-color: #26CFBD;
}
.BgClassName
{
background-color: #26CFBD;
}
</style>
border-color css
<style>
span { border-color: #26CFBD; }
span { border-color: rgb(38,207,189); }
td.TdClassName
{
border-color: #26CFBD;
}
.TagClassName
{
border-color: #26CFBD;
}
</style>