Shades of Light Sea Green #25CCB5
Tints of Light Sea Green #25CCB5
RGB
CMYK
RGB Variations
Color information
#25CCB5 (or 0x25CCB5) is known color: Light Sea Green. HEX triplet: 25, CC and B5. RGB value is (37,204,181). Sum of RGB (Red+Green+Blue) = 37+204+181=422 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.77% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #25CCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CCB5 is #DA334A. Grayscale: #979797. Windows color (decimal): -14299979 or 11914277. OLE color: 11914277.
HSL color Cylindrical-coordinate representation of color #25CCB5: hue angle of 171.74º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CCB5 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 181 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.2 |
| HSL | 171.74º | 0.69% | 0.47% | - |
| HSV(B) | 171.74º | 0.82% | 0.8% | - |
| XYZ | 30.7 | 46.92 | 51.15 | - |
| YUV | 151.45 | 144.67 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 181 | 0.82 | 0 | 0.11 | 0.2 | 171.74 | 0.69 | 0.47 |
| Hex | 25 | CC | B5 | 52 | 0 | B | 14 | AC | 45 | 2F |
| Octal | 45 | 314 | 265 | 122 | 0 | 13 | 24 | 254 | 105 | 57 |
| Binary | 100101 | 11001100 | 10110101 | 1010010 | 0 | 1011 | 10100 | 10101100 | 1000101 | 101111 |
Color Harmonies of #25CCB5
Complementary color
Monochromatic Colors of #25CCB5
Black with #25CCB5
Text Example
Text Example
White with #25CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CCB5; }
p { color: rgb(37,204,181); }
H1.HeaderClassName
{
color: #25CCB5;
}
.AnyTagClassName
{
color: #25CCB5;
}
</style>
background-color css
<style>
a { background-color: #25CCB5; }
a { background-color: rgb(37,204,181); }
div.DivClassName
{
background-color: #25CCB5;
}
.BgClassName
{
background-color: #25CCB5;
}
</style>
border-color css
<style>
span { border-color: #25CCB5; }
span { border-color: rgb(37,204,181); }
td.TdClassName
{
border-color: #25CCB5;
}
.TagClassName
{
border-color: #25CCB5;
}
</style>