#25A668

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

Shades of Eucalyptus #25A668

Tints of Eucalyptus #25A668

Color information

#25A668 (or 0x25A668) is unknown color: approx Eucalyptus. HEX triplet: 25, A6 and 68. RGB value is (37,166,104). Sum of RGB (Red+Green+Blue) = 37+166+104=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #25A668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A668 is #DA5997. Grayscale: #787878. Windows color (decimal): -14309784 or 6858277. OLE color: 6858277.

HSL color Cylindrical-coordinate representation of color #25A668: hue angle of 151.16º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A668 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB37166104-
CMYK0.7800.370.35
HSL151.16º63.55%39.8%-
HSV(B)151.16º77.71%65.1%-
XYZ16.928.6717.74-
YUV120.36118.7668.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 166 (65.23% from 255) = 54.07%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=12.05%
G=54.07%
B=33.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371661040.7800.370.35151.1663.5539.8
Hex25A6684E02523974028
Octal452461501160454322710050
Binary10010110100110110100010011100100101100011100101111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,166,104); }

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

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

 a { background-color: rgb(37,166,104); }

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

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

 span { border-color: rgb(37,166,104); }

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