Shades of Light Sea Green #26C3C7
Tints of Light Sea Green #26C3C7
RGB
CMYK
RGB Variations
Color information
#26C3C7 (or 0x26C3C7) is known color: Light Sea Green. HEX triplet: 26, C3 and C7. RGB value is (38,195,199). Sum of RGB (Red+Green+Blue) = 38+195+199=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 199 - color contains mainly: blue. Hex color #26C3C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C3C7 is #D93C38. Grayscale: #949494. Windows color (decimal): -14236729 or 13091622. OLE color: 13091622.
HSL color Cylindrical-coordinate representation of color #26C3C7: hue angle of 181.49º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C3C7 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 195 | 199 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.22 |
| HSL | 181.49º | 0.68% | 0.46% | - |
| HSV(B) | 181.49º | 0.81% | 0.78% | - |
| XYZ | 30.62 | 43.57 | 60.83 | - |
| YUV | 148.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 195 | 199 | 0.81 | 0.02 | 0 | 0.22 | 181.49 | 0.68 | 0.46 |
| Hex | 26 | C3 | C7 | 51 | 2 | 0 | 16 | B5 | 44 | 2E |
| Octal | 46 | 303 | 307 | 121 | 2 | 0 | 26 | 265 | 104 | 56 |
| Binary | 100110 | 11000011 | 11000111 | 1010001 | 10 | 0 | 10110 | 10110101 | 1000100 | 101110 |
Color Harmonies of #26C3C7
Complementary color
Monochromatic Colors of #26C3C7
Black with #26C3C7
Text Example
Text Example
White with #26C3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C3C7; }
p { color: rgb(38,195,199); }
H1.HeaderClassName
{
color: #26C3C7;
}
.AnyTagClassName
{
color: #26C3C7;
}
</style>
background-color css
<style>
a { background-color: #26C3C7; }
a { background-color: rgb(38,195,199); }
div.DivClassName
{
background-color: #26C3C7;
}
.BgClassName
{
background-color: #26C3C7;
}
</style>
border-color css
<style>
span { border-color: #26C3C7; }
span { border-color: rgb(38,195,199); }
td.TdClassName
{
border-color: #26C3C7;
}
.TagClassName
{
border-color: #26C3C7;
}
</style>