#25A8AC

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

Shades of Light Sea Green #25A8AC

Tints of Light Sea Green #25A8AC

Color information

#25A8AC (or 0x25A8AC) is unknown color: approx Light Sea Green. HEX triplet: 25, A8 and AC. RGB value is (37,168,172). Sum of RGB (Red+Green+Blue) = 37+168+172=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #25A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A8AC is #DA5753. Grayscale: #818181. Windows color (decimal): -14309204 or 11315237. OLE color: 11315237.

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

Color convert

RGB37168172-
CMYK0.780.0200.33
HSL181.78º64.59%40.98%-
HSV(B)181.78º78.49%67.45%-
XYZ22.2131.3843.92-
YUV129.29152.162.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.81%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=9.81%
G=44.56%
B=45.62%

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
Decimal371681720.780.0200.33181.7864.5940.98
Hex25A8AC4E2021b64129
Octal45250254116204126610151
Binary10010110101000101011001001110100100001101101101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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