Shades of Light Sea Green #25AFB2
Tints of Light Sea Green #25AFB2
RGB
CMYK
RGB Variations
Color information
#25AFB2 (or 0x25AFB2) is known color: Light Sea Green. HEX triplet: 25, AF and B2. RGB value is (37,175,178). Sum of RGB (Red+Green+Blue) = 37+175+178=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #25AFB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AFB2 is #DA504D. Grayscale: #858585. Windows color (decimal): -14307406 or 11710245. OLE color: 11710245.
HSL color Cylindrical-coordinate representation of color #25AFB2: hue angle of 181.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AFB2 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 175 | 178 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.30 |
| HSL | 181.28º | 0.66% | 0.42% | - |
| HSV(B) | 181.28º | 0.79% | 0.7% | - |
| XYZ | 24.13 | 34.27 | 47.46 | - |
| YUV | 134.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 178 | 0.79 | 0.02 | 0 | 0.30 | 181.28 | 0.66 | 0.42 |
| Hex | 25 | AF | B2 | 4F | 2 | 0 | 1E | B5 | 42 | 2A |
| Octal | 45 | 257 | 262 | 117 | 2 | 0 | 36 | 265 | 102 | 52 |
| Binary | 100101 | 10101111 | 10110010 | 1001111 | 10 | 0 | 11110 | 10110101 | 1000010 | 101010 |
Color Harmonies of #25AFB2
Complementary color
Monochromatic Colors of #25AFB2
Black with #25AFB2
Text Example
Text Example
White with #25AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AFB2; }
p { color: rgb(37,175,178); }
H1.HeaderClassName
{
color: #25AFB2;
}
.AnyTagClassName
{
color: #25AFB2;
}
</style>
background-color css
<style>
a { background-color: #25AFB2; }
a { background-color: rgb(37,175,178); }
div.DivClassName
{
background-color: #25AFB2;
}
.BgClassName
{
background-color: #25AFB2;
}
</style>
border-color css
<style>
span { border-color: #25AFB2; }
span { border-color: rgb(37,175,178); }
td.TdClassName
{
border-color: #25AFB2;
}
.TagClassName
{
border-color: #25AFB2;
}
</style>