#25A9AC

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

Shades of Light Sea Green #25A9AC

Tints of Light Sea Green #25A9AC

Color information

#25A9AC (or 0x25A9AC) is unknown color: approx Light Sea Green. HEX triplet: 25, A9 and AC. RGB value is (37,169,172). Sum of RGB (Red+Green+Blue) = 37+169+172=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #25A9AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A9AC is #DA5653. Grayscale: #818181. Windows color (decimal): -14308948 or 11315493. OLE color: 11315493.

HSL color Cylindrical-coordinate representation of color #25A9AC: hue angle of 181.33º 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 #25A9AC is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37169172-
CMYK0.780.0200.33
HSL181.33º64.59%40.98%-
HSV(B)181.33º78.49%67.45%-
XYZ22.431.7543.98-
YUV129.87151.7761.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.79%
GREEN value IS 169 (66.41% from 255) = 44.71%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=9.79%
G=44.71%
B=45.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371691720.780.0200.33181.3364.5940.98
Hex25A9AC4E2021b54129
Octal45251254116204126510151
Binary10010110101001101011001001110100100001101101011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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