Shades of Light Sea Green #25C2C6
Tints of Light Sea Green #25C2C6
RGB
CMYK
RGB Variations
Color information
#25C2C6 (or 0x25C2C6) is known color: Light Sea Green. HEX triplet: 25, C2 and C6. RGB value is (37,194,198). Sum of RGB (Red+Green+Blue) = 37+194+198=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 198 - color contains mainly: blue. Hex color #25C2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C2C6 is #DA3D39. Grayscale: #939393. Windows color (decimal): -14302522 or 13025829. OLE color: 13025829.
HSL color Cylindrical-coordinate representation of color #25C2C6: hue angle of 181.49º degrees, saturation: 0.69, 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 #25C2C6 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 194 | 198 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.22 |
| HSL | 181.49º | 0.69% | 0.46% | - |
| HSV(B) | 181.49º | 0.81% | 0.78% | - |
| XYZ | 30.25 | 43.05 | 60.14 | - |
| YUV | 147.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 194 | 198 | 0.81 | 0.02 | 0 | 0.22 | 181.49 | 0.69 | 0.46 |
| Hex | 25 | C2 | C6 | 51 | 2 | 0 | 16 | B5 | 45 | 2E |
| Octal | 45 | 302 | 306 | 121 | 2 | 0 | 26 | 265 | 105 | 56 |
| Binary | 100101 | 11000010 | 11000110 | 1010001 | 10 | 0 | 10110 | 10110101 | 1000101 | 101110 |
Color Harmonies of #25C2C6
Complementary color
Monochromatic Colors of #25C2C6
Black with #25C2C6
Text Example
Text Example
White with #25C2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C2C6; }
p { color: rgb(37,194,198); }
H1.HeaderClassName
{
color: #25C2C6;
}
.AnyTagClassName
{
color: #25C2C6;
}
</style>
background-color css
<style>
a { background-color: #25C2C6; }
a { background-color: rgb(37,194,198); }
div.DivClassName
{
background-color: #25C2C6;
}
.BgClassName
{
background-color: #25C2C6;
}
</style>
border-color css
<style>
span { border-color: #25C2C6; }
span { border-color: rgb(37,194,198); }
td.TdClassName
{
border-color: #25C2C6;
}
.TagClassName
{
border-color: #25C2C6;
}
</style>