Shades of Light Sea Green #26CFBC
Tints of Light Sea Green #26CFBC
RGB
CMYK
RGB Variations
Color information
#26CFBC (or 0x26CFBC) is known color: Light Sea Green. HEX triplet: 26, CF and BC. RGB value is (38,207,188). Sum of RGB (Red+Green+Blue) = 38+207+188=433 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.78% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #26CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CFBC is #D93043. Grayscale: #9A9A9A. Windows color (decimal): -14233668 or 12373798. OLE color: 12373798.
HSL color Cylindrical-coordinate representation of color #26CFBC: hue angle of 173.25º 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 #26CFBC is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 207 | 188 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.19 |
| HSL | 173.25º | 0.69% | 0.48% | - |
| HSV(B) | 173.25º | 0.82% | 0.81% | - |
| XYZ | 32.19 | 48.67 | 55.27 | - |
| YUV | 154.3 | 147.01 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 188 | 0.82 | 0 | 0.09 | 0.19 | 173.25 | 0.69 | 0.48 |
| Hex | 26 | CF | BC | 52 | 0 | 9 | 13 | AD | 45 | 30 |
| Octal | 46 | 317 | 274 | 122 | 0 | 11 | 23 | 255 | 105 | 60 |
| Binary | 100110 | 11001111 | 10111100 | 1010010 | 0 | 1001 | 10011 | 10101101 | 1000101 | 110000 |
Color Harmonies of #26CFBC
Complementary color
Monochromatic Colors of #26CFBC
Black with #26CFBC
Text Example
Text Example
White with #26CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CFBC; }
p { color: rgb(38,207,188); }
H1.HeaderClassName
{
color: #26CFBC;
}
.AnyTagClassName
{
color: #26CFBC;
}
</style>
background-color css
<style>
a { background-color: #26CFBC; }
a { background-color: rgb(38,207,188); }
div.DivClassName
{
background-color: #26CFBC;
}
.BgClassName
{
background-color: #26CFBC;
}
</style>
border-color css
<style>
span { border-color: #26CFBC; }
span { border-color: rgb(38,207,188); }
td.TdClassName
{
border-color: #26CFBC;
}
.TagClassName
{
border-color: #26CFBC;
}
</style>