Shades of Light Sea Green #25CFB4
Tints of Light Sea Green #25CFB4
RGB
CMYK
RGB Variations
Color information
#25CFB4 (or 0x25CFB4) is known color: Light Sea Green. HEX triplet: 25, CF and B4. RGB value is (37,207,180). Sum of RGB (Red+Green+Blue) = 37+207+180=424 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.73% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFB4 is #DA304B. Grayscale: #999999. Windows color (decimal): -14299212 or 11849509. OLE color: 11849509.
HSL color Cylindrical-coordinate representation of color #25CFB4: hue angle of 170.47º 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 #25CFB4 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 180 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.19 |
| HSL | 170.47º | 0.7% | 0.48% | - |
| HSV(B) | 170.47º | 0.82% | 0.81% | - |
| XYZ | 31.31 | 48.31 | 50.86 | - |
| YUV | 153.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 180 | 0.82 | 0 | 0.13 | 0.19 | 170.47 | 0.7 | 0.48 |
| Hex | 25 | CF | B4 | 52 | 0 | D | 13 | AA | 46 | 30 |
| Octal | 45 | 317 | 264 | 122 | 0 | 15 | 23 | 252 | 106 | 60 |
| Binary | 100101 | 11001111 | 10110100 | 1010010 | 0 | 1101 | 10011 | 10101010 | 1000110 | 110000 |
Color Harmonies of #25CFB4
Complementary color
Monochromatic Colors of #25CFB4
Black with #25CFB4
Text Example
Text Example
White with #25CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFB4; }
p { color: rgb(37,207,180); }
H1.HeaderClassName
{
color: #25CFB4;
}
.AnyTagClassName
{
color: #25CFB4;
}
</style>
background-color css
<style>
a { background-color: #25CFB4; }
a { background-color: rgb(37,207,180); }
div.DivClassName
{
background-color: #25CFB4;
}
.BgClassName
{
background-color: #25CFB4;
}
</style>
border-color css
<style>
span { border-color: #25CFB4; }
span { border-color: rgb(37,207,180); }
td.TdClassName
{
border-color: #25CFB4;
}
.TagClassName
{
border-color: #25CFB4;
}
</style>