Shades of Light Sea Green #26CAB2
Tints of Light Sea Green #26CAB2
RGB
CMYK
RGB Variations
Color information
#26CAB2 (or 0x26CAB2) is known color: Light Sea Green. HEX triplet: 26, CA and B2. RGB value is (38,202,178). Sum of RGB (Red+Green+Blue) = 38+202+178=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #26CAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26CAB2 is #D9354D. Grayscale: #969696. Windows color (decimal): -14234958 or 11717158. OLE color: 11717158.
HSL color Cylindrical-coordinate representation of color #26CAB2: hue angle of 171.22º 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 #26CAB2 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 178 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.21 |
| HSL | 171.22º | 0.68% | 0.47% | - |
| HSV(B) | 171.22º | 0.81% | 0.79% | - |
| XYZ | 29.96 | 45.87 | 49.39 | - |
| YUV | 150.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 178 | 0.81 | 0 | 0.12 | 0.21 | 171.22 | 0.68 | 0.47 |
| Hex | 26 | CA | B2 | 51 | 0 | C | 15 | AB | 44 | 2F |
| Octal | 46 | 312 | 262 | 121 | 0 | 14 | 25 | 253 | 104 | 57 |
| Binary | 100110 | 11001010 | 10110010 | 1010001 | 0 | 1100 | 10101 | 10101011 | 1000100 | 101111 |
Color Harmonies of #26CAB2
Complementary color
Monochromatic Colors of #26CAB2
Black with #26CAB2
Text Example
Text Example
White with #26CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CAB2; }
p { color: rgb(38,202,178); }
H1.HeaderClassName
{
color: #26CAB2;
}
.AnyTagClassName
{
color: #26CAB2;
}
</style>
background-color css
<style>
a { background-color: #26CAB2; }
a { background-color: rgb(38,202,178); }
div.DivClassName
{
background-color: #26CAB2;
}
.BgClassName
{
background-color: #26CAB2;
}
</style>
border-color css
<style>
span { border-color: #26CAB2; }
span { border-color: rgb(38,202,178); }
td.TdClassName
{
border-color: #26CAB2;
}
.TagClassName
{
border-color: #26CAB2;
}
</style>