Shades of Light Sea Green #25CFB6
Tints of Light Sea Green #25CFB6
RGB
CMYK
RGB Variations
Color information
#25CFB6 (or 0x25CFB6) is known color: Light Sea Green. HEX triplet: 25, CF and B6. RGB value is (37,207,182). Sum of RGB (Red+Green+Blue) = 37+207+182=426 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.69% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFB6 is #DA3049. Grayscale: #999999. Windows color (decimal): -14299210 or 11980581. OLE color: 11980581.
HSL color Cylindrical-coordinate representation of color #25CFB6: hue angle of 171.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CFB6 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 182 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.19 |
| HSL | 171.18º | 0.7% | 0.48% | - |
| HSV(B) | 171.18º | 0.82% | 0.81% | - |
| XYZ | 31.52 | 48.4 | 51.94 | - |
| YUV | 153.32 | 144.18 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 182 | 0.82 | 0 | 0.12 | 0.19 | 171.18 | 0.7 | 0.48 |
| Hex | 25 | CF | B6 | 52 | 0 | C | 13 | AB | 46 | 30 |
| Octal | 45 | 317 | 266 | 122 | 0 | 14 | 23 | 253 | 106 | 60 |
| Binary | 100101 | 11001111 | 10110110 | 1010010 | 0 | 1100 | 10011 | 10101011 | 1000110 | 110000 |
Color Harmonies of #25CFB6
Complementary color
Monochromatic Colors of #25CFB6
Black with #25CFB6
Text Example
Text Example
White with #25CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFB6; }
p { color: rgb(37,207,182); }
H1.HeaderClassName
{
color: #25CFB6;
}
.AnyTagClassName
{
color: #25CFB6;
}
</style>
background-color css
<style>
a { background-color: #25CFB6; }
a { background-color: rgb(37,207,182); }
div.DivClassName
{
background-color: #25CFB6;
}
.BgClassName
{
background-color: #25CFB6;
}
</style>
border-color css
<style>
span { border-color: #25CFB6; }
span { border-color: rgb(37,207,182); }
td.TdClassName
{
border-color: #25CFB6;
}
.TagClassName
{
border-color: #25CFB6;
}
</style>