Shades of Light Sea Green #25ADB2
Tints of Light Sea Green #25ADB2
RGB
CMYK
RGB Variations
Color information
#25ADB2 (or 0x25ADB2) is known color: Light Sea Green. HEX triplet: 25, AD and B2. RGB value is (37,173,178). Sum of RGB (Red+Green+Blue) = 37+173+178=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #25ADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25ADB2 is #DA524D. Grayscale: #848484. Windows color (decimal): -14307918 or 11709733. OLE color: 11709733.
HSL color Cylindrical-coordinate representation of color #25ADB2: hue angle of 182.13º 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 #25ADB2 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 173 | 178 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.30 |
| HSL | 182.13º | 0.66% | 0.42% | - |
| HSV(B) | 182.13º | 0.79% | 0.7% | - |
| XYZ | 23.74 | 33.49 | 47.33 | - |
| YUV | 132.91 | 153.44 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 178 | 0.79 | 0.03 | 0 | 0.30 | 182.13 | 0.66 | 0.42 |
| Hex | 25 | AD | B2 | 4F | 3 | 0 | 1E | B6 | 42 | 2A |
| Octal | 45 | 255 | 262 | 117 | 3 | 0 | 36 | 266 | 102 | 52 |
| Binary | 100101 | 10101101 | 10110010 | 1001111 | 11 | 0 | 11110 | 10110110 | 1000010 | 101010 |
Color Harmonies of #25ADB2
Complementary color
Monochromatic Colors of #25ADB2
Black with #25ADB2
Text Example
Text Example
White with #25ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ADB2; }
p { color: rgb(37,173,178); }
H1.HeaderClassName
{
color: #25ADB2;
}
.AnyTagClassName
{
color: #25ADB2;
}
</style>
background-color css
<style>
a { background-color: #25ADB2; }
a { background-color: rgb(37,173,178); }
div.DivClassName
{
background-color: #25ADB2;
}
.BgClassName
{
background-color: #25ADB2;
}
</style>
border-color css
<style>
span { border-color: #25ADB2; }
span { border-color: rgb(37,173,178); }
td.TdClassName
{
border-color: #25ADB2;
}
.TagClassName
{
border-color: #25ADB2;
}
</style>