Shades of Light Sea Green #26CAC3
Tints of Light Sea Green #26CAC3
RGB
CMYK
RGB Variations
Color information
#26CAC3 (or 0x26CAC3) is known color: Light Sea Green. HEX triplet: 26, CA and C3. RGB value is (38,202,195). Sum of RGB (Red+Green+Blue) = 38+202+195=435 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.74% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #26CAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CAC3 is #D9353C. Grayscale: #989898. Windows color (decimal): -14234941 or 12831270. OLE color: 12831270.
HSL color Cylindrical-coordinate representation of color #26CAC3: hue angle of 177.44º 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 #26CAC3 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 195 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.21 |
| HSL | 177.44º | 0.68% | 0.47% | - |
| HSV(B) | 177.44º | 0.81% | 0.79% | - |
| XYZ | 31.77 | 46.59 | 58.95 | - |
| YUV | 152.17 | 152.17 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 195 | 0.81 | 0 | 0.03 | 0.21 | 177.44 | 0.68 | 0.47 |
| Hex | 26 | CA | C3 | 51 | 0 | 3 | 15 | B1 | 44 | 2F |
| Octal | 46 | 312 | 303 | 121 | 0 | 3 | 25 | 261 | 104 | 57 |
| Binary | 100110 | 11001010 | 11000011 | 1010001 | 0 | 11 | 10101 | 10110001 | 1000100 | 101111 |
Color Harmonies of #26CAC3
Complementary color
Monochromatic Colors of #26CAC3
Black with #26CAC3
Text Example
Text Example
White with #26CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CAC3; }
p { color: rgb(38,202,195); }
H1.HeaderClassName
{
color: #26CAC3;
}
.AnyTagClassName
{
color: #26CAC3;
}
</style>
background-color css
<style>
a { background-color: #26CAC3; }
a { background-color: rgb(38,202,195); }
div.DivClassName
{
background-color: #26CAC3;
}
.BgClassName
{
background-color: #26CAC3;
}
</style>
border-color css
<style>
span { border-color: #26CAC3; }
span { border-color: rgb(38,202,195); }
td.TdClassName
{
border-color: #26CAC3;
}
.TagClassName
{
border-color: #26CAC3;
}
</style>