Shades of Light Sea Green #26CAB6
Tints of Light Sea Green #26CAB6
RGB
CMYK
RGB Variations
Color information
#26CAB6 (or 0x26CAB6) is known color: Light Sea Green. HEX triplet: 26, CA and B6. RGB value is (38,202,182). Sum of RGB (Red+Green+Blue) = 38+202+182=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #26CAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CAB6 is #D93549. Grayscale: #969696. Windows color (decimal): -14234954 or 11979302. OLE color: 11979302.
HSL color Cylindrical-coordinate representation of color #26CAB6: hue angle of 172.68º 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 #26CAB6 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 182 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.21 |
| HSL | 172.68º | 0.68% | 0.47% | - |
| HSV(B) | 172.68º | 0.81% | 0.79% | - |
| XYZ | 30.36 | 46.03 | 51.54 | - |
| YUV | 150.68 | 145.67 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 182 | 0.81 | 0 | 0.10 | 0.21 | 172.68 | 0.68 | 0.47 |
| Hex | 26 | CA | B6 | 51 | 0 | A | 15 | AD | 44 | 2F |
| Octal | 46 | 312 | 266 | 121 | 0 | 12 | 25 | 255 | 104 | 57 |
| Binary | 100110 | 11001010 | 10110110 | 1010001 | 0 | 1010 | 10101 | 10101101 | 1000100 | 101111 |
Color Harmonies of #26CAB6
Complementary color
Monochromatic Colors of #26CAB6
Black with #26CAB6
Text Example
Text Example
White with #26CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CAB6; }
p { color: rgb(38,202,182); }
H1.HeaderClassName
{
color: #26CAB6;
}
.AnyTagClassName
{
color: #26CAB6;
}
</style>
background-color css
<style>
a { background-color: #26CAB6; }
a { background-color: rgb(38,202,182); }
div.DivClassName
{
background-color: #26CAB6;
}
.BgClassName
{
background-color: #26CAB6;
}
</style>
border-color css
<style>
span { border-color: #26CAB6; }
span { border-color: rgb(38,202,182); }
td.TdClassName
{
border-color: #26CAB6;
}
.TagClassName
{
border-color: #26CAB6;
}
</style>