Shades of Light Sea Green #25AFBC
Tints of Light Sea Green #25AFBC
RGB
CMYK
RGB Variations
Color information
#25AFBC (or 0x25AFBC) is known color: Light Sea Green. HEX triplet: 25, AF and BC. RGB value is (37,175,188). Sum of RGB (Red+Green+Blue) = 37+175+188=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #25AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AFBC is #DA5043. Grayscale: #878787. Windows color (decimal): -14307396 or 12365605. OLE color: 12365605.
HSL color Cylindrical-coordinate representation of color #25AFBC: hue angle of 185.17º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25AFBC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 175 | 188 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.26 |
| HSL | 185.17º | 0.67% | 0.44% | - |
| HSV(B) | 185.17º | 0.8% | 0.74% | - |
| XYZ | 25.17 | 34.68 | 52.95 | - |
| YUV | 135.22 | 157.78 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 188 | 0.80 | 0.07 | 0 | 0.26 | 185.17 | 0.67 | 0.44 |
| Hex | 25 | AF | BC | 50 | 7 | 0 | 1A | B9 | 43 | 2C |
| Octal | 45 | 257 | 274 | 120 | 7 | 0 | 32 | 271 | 103 | 54 |
| Binary | 100101 | 10101111 | 10111100 | 1010000 | 111 | 0 | 11010 | 10111001 | 1000011 | 101100 |
Color Harmonies of #25AFBC
Complementary color
Monochromatic Colors of #25AFBC
Black with #25AFBC
Text Example
Text Example
White with #25AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AFBC; }
p { color: rgb(37,175,188); }
H1.HeaderClassName
{
color: #25AFBC;
}
.AnyTagClassName
{
color: #25AFBC;
}
</style>
background-color css
<style>
a { background-color: #25AFBC; }
a { background-color: rgb(37,175,188); }
div.DivClassName
{
background-color: #25AFBC;
}
.BgClassName
{
background-color: #25AFBC;
}
</style>
border-color css
<style>
span { border-color: #25AFBC; }
span { border-color: rgb(37,175,188); }
td.TdClassName
{
border-color: #25AFBC;
}
.TagClassName
{
border-color: #25AFBC;
}
</style>