Shades of Light Sea Green #26CABB
Tints of Light Sea Green #26CABB
RGB
CMYK
RGB Variations
Color information
#26CABB (or 0x26CABB) is known color: Light Sea Green. HEX triplet: 26, CA and BB. RGB value is (38,202,187). Sum of RGB (Red+Green+Blue) = 38+202+187=427 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.90% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #26CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CABB is #D93544. Grayscale: #979797. Windows color (decimal): -14234949 or 12306982. OLE color: 12306982.
HSL color Cylindrical-coordinate representation of color #26CABB: hue angle of 174.51º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CABB is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 187 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.21 |
| HSL | 174.51º | 0.68% | 0.47% | - |
| HSV(B) | 174.51º | 0.81% | 0.79% | - |
| XYZ | 30.89 | 46.24 | 54.31 | - |
| YUV | 151.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 187 | 0.81 | 0 | 0.07 | 0.21 | 174.51 | 0.68 | 0.47 |
| Hex | 26 | CA | BB | 51 | 0 | 7 | 15 | AF | 44 | 2F |
| Octal | 46 | 312 | 273 | 121 | 0 | 7 | 25 | 257 | 104 | 57 |
| Binary | 100110 | 11001010 | 10111011 | 1010001 | 0 | 111 | 10101 | 10101111 | 1000100 | 101111 |
Color Harmonies of #26CABB
Complementary color
Monochromatic Colors of #26CABB
Black with #26CABB
Text Example
Text Example
White with #26CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CABB; }
p { color: rgb(38,202,187); }
H1.HeaderClassName
{
color: #26CABB;
}
.AnyTagClassName
{
color: #26CABB;
}
</style>
background-color css
<style>
a { background-color: #26CABB; }
a { background-color: rgb(38,202,187); }
div.DivClassName
{
background-color: #26CABB;
}
.BgClassName
{
background-color: #26CABB;
}
</style>
border-color css
<style>
span { border-color: #26CABB; }
span { border-color: rgb(38,202,187); }
td.TdClassName
{
border-color: #26CABB;
}
.TagClassName
{
border-color: #26CABB;
}
</style>