#25D1AA

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

Shades of Shamrock #25D1AA

Tints of Shamrock #25D1AA

Color information

#25D1AA (or 0x25D1AA) is unknown color: approx Shamrock. HEX triplet: 25, D1 and AA. RGB value is (37,209,170). Sum of RGB (Red+Green+Blue) = 37+209+170=416 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.89% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #25D1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D1AA is #DA2E55. Grayscale: #999999. Windows color (decimal): -14298710 or 11194661. OLE color: 11194661.

HSL color Cylindrical-coordinate representation of color #25D1AA: hue angle of 166.4º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D1AA is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB37209170-
CMYK0.8200.190.18
HSL166.4º69.92%48.24%-
HSV(B)166.4º82.3%81.96%-
XYZ30.8248.945.84-
YUV153.13137.5245.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.89%
GREEN value IS 209 (82.03% from 255) = 50.24%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=8.89%
G=50.24%
B=40.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal372091700.8200.190.18166.469.9248.24
Hex25D1AA5201312a64630
Octal453212521220232224610660
Binary1001011101000110101010101001001001110010101001101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,209,170); }

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

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

 a { background-color: rgb(37,209,170); }

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

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

 span { border-color: rgb(37,209,170); }

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