Shades of Light Sea Green #25AFAB
Tints of Light Sea Green #25AFAB
RGB
CMYK
RGB Variations
Color information
#25AFAB (or 0x25AFAB) is known color: Light Sea Green. HEX triplet: 25, AF and AB. RGB value is (37,175,171). Sum of RGB (Red+Green+Blue) = 37+175+171=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #25AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AFAB is #DA5054. Grayscale: #858585. Windows color (decimal): -14307413 or 11251493. OLE color: 11251493.
HSL color Cylindrical-coordinate representation of color #25AFAB: hue angle of 178.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AFAB is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 171 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.31 |
| HSL | 178.26º | 0.65% | 0.42% | - |
| HSV(B) | 178.26º | 0.79% | 0.69% | - |
| XYZ | 23.44 | 33.99 | 43.85 | - |
| YUV | 133.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 171 | 0.79 | 0 | 0.02 | 0.31 | 178.26 | 0.65 | 0.42 |
| Hex | 25 | AF | AB | 4F | 0 | 2 | 1F | B2 | 41 | 2A |
| Octal | 45 | 257 | 253 | 117 | 0 | 2 | 37 | 262 | 101 | 52 |
| Binary | 100101 | 10101111 | 10101011 | 1001111 | 0 | 10 | 11111 | 10110010 | 1000001 | 101010 |
Color Harmonies of #25AFAB
Complementary color
Monochromatic Colors of #25AFAB
Black with #25AFAB
Text Example
Text Example
White with #25AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AFAB; }
p { color: rgb(37,175,171); }
H1.HeaderClassName
{
color: #25AFAB;
}
.AnyTagClassName
{
color: #25AFAB;
}
</style>
background-color css
<style>
a { background-color: #25AFAB; }
a { background-color: rgb(37,175,171); }
div.DivClassName
{
background-color: #25AFAB;
}
.BgClassName
{
background-color: #25AFAB;
}
</style>
border-color css
<style>
span { border-color: #25AFAB; }
span { border-color: rgb(37,175,171); }
td.TdClassName
{
border-color: #25AFAB;
}
.TagClassName
{
border-color: #25AFAB;
}
</style>