#25A042

Color #25A042 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #25A042

Tints of Sea Green #25A042

Color information

#25A042 (or 0x25A042) is unknown color: approx Sea Green. HEX triplet: 25, A0 and 42. RGB value is (37,160,66). Sum of RGB (Red+Green+Blue) = 37+160+66=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #25A042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25A042 is #DA5FBD. Grayscale: #707070. Windows color (decimal): -14311358 or 4366373. OLE color: 4366373.

HSL color Cylindrical-coordinate representation of color #25A042: hue angle of 134.15º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A042 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB3716066-
CMYK0.7700.590.37
HSL134.15º62.44%38.63%-
HSV(B)134.15º76.88%62.75%-
XYZ14.3225.939.4-
YUV112.51101.7574.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 160 (62.89% from 255) = 60.84%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=14.07%
G=60.84%
B=25.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal37160660.7700.590.37134.1562.4438.63
Hex25A0424D03B25863e27
Octal45240102115073452067647
Binary1001011010000010000101001101011101110010110000110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25A042; }

 p { color: rgb(37,160,66); }

 H1.HeaderClassName
 {
   color: #25A042;
 }
 .AnyTagClassName
 {
   color: #25A042;
 }
</style>
background-color css

<style>
 a { background-color: #25A042; }

 a { background-color: rgb(37,160,66); }

 div.DivClassName
 {
   background-color: #25A042;
 }
 .BgClassName
 {
   background-color: #25A042;
 }
</style>
border-color css

<style>
 span { border-color: #25A042; }

 span { border-color: rgb(37,160,66); }

 td.TdClassName
 {
   border-color: #25A042;
 }
 .TagClassName
 {
   border-color: #25A042;
 }
</style>