#25AC9E

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

Shades of Light Sea Green #25AC9E

Tints of Light Sea Green #25AC9E

Color information

#25AC9E (or 0x25AC9E) is unknown color: approx Light Sea Green. HEX triplet: 25, AC and 9E. RGB value is (37,172,158). Sum of RGB (Red+Green+Blue) = 37+172+158=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AC9E is #DA5361. Grayscale: #818181. Windows color (decimal): -14308194 or 10398757. OLE color: 10398757.

HSL color Cylindrical-coordinate representation of color #25AC9E: hue angle of 173.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AC9E is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB37172158-
CMYK0.7800.080.33
HSL173.78º64.59%40.98%-
HSV(B)173.78º78.49%67.45%-
XYZ21.6932.3737.45-
YUV130.04143.7761.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.08%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=10.08%
G=46.87%
B=43.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371721580.7800.080.33173.7864.5940.98
Hex25AC9E4E0821ae4129
Octal452542361160104125610151
Binary1001011010110010011110100111001000100001101011101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,172,158); }

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

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

 a { background-color: rgb(37,172,158); }

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

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

 span { border-color: rgb(37,172,158); }

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