Shades of Light Sea Green #25ADB4
Tints of Light Sea Green #25ADB4
RGB
CMYK
RGB Variations
Color information
#25ADB4 (or 0x25ADB4) is known color: Light Sea Green. HEX triplet: 25, AD and B4. RGB value is (37,173,180). Sum of RGB (Red+Green+Blue) = 37+173+180=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #25ADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ADB4 is #DA524B. Grayscale: #848484. Windows color (decimal): -14307916 or 11840805. OLE color: 11840805.
HSL color Cylindrical-coordinate representation of color #25ADB4: hue angle of 182.94º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25ADB4 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 173 | 180 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.29 |
| HSL | 182.94º | 0.66% | 0.43% | - |
| HSV(B) | 182.94º | 0.79% | 0.71% | - |
| XYZ | 23.94 | 33.58 | 48.4 | - |
| YUV | 133.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 180 | 0.79 | 0.04 | 0 | 0.29 | 182.94 | 0.66 | 0.43 |
| Hex | 25 | AD | B4 | 4F | 4 | 0 | 1D | B7 | 42 | 2B |
| Octal | 45 | 255 | 264 | 117 | 4 | 0 | 35 | 267 | 102 | 53 |
| Binary | 100101 | 10101101 | 10110100 | 1001111 | 100 | 0 | 11101 | 10110111 | 1000010 | 101011 |
Color Harmonies of #25ADB4
Complementary color
Monochromatic Colors of #25ADB4
Black with #25ADB4
Text Example
Text Example
White with #25ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ADB4; }
p { color: rgb(37,173,180); }
H1.HeaderClassName
{
color: #25ADB4;
}
.AnyTagClassName
{
color: #25ADB4;
}
</style>
background-color css
<style>
a { background-color: #25ADB4; }
a { background-color: rgb(37,173,180); }
div.DivClassName
{
background-color: #25ADB4;
}
.BgClassName
{
background-color: #25ADB4;
}
</style>
border-color css
<style>
span { border-color: #25ADB4; }
span { border-color: rgb(37,173,180); }
td.TdClassName
{
border-color: #25ADB4;
}
.TagClassName
{
border-color: #25ADB4;
}
</style>