#259F66

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

Shades of Eucalyptus #259F66

Tints of Eucalyptus #259F66

Color information

#259F66 (or 0x259F66) is unknown color: approx Eucalyptus. HEX triplet: 25, 9F and 66. RGB value is (37,159,102). Sum of RGB (Red+Green+Blue) = 37+159+102=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #259F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F66 is #DA6099. Grayscale: #747474. Windows color (decimal): -14311578 or 6725413. OLE color: 6725413.

HSL color Cylindrical-coordinate representation of color #259F66: hue angle of 151.97º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F66 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB37159102-
CMYK0.7700.360.38
HSL151.97º62.24%38.43%-
HSV(B)151.97º76.73%62.35%-
XYZ15.5626.1516.8-
YUV116.02120.0871.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.42%
GREEN value IS 159 (62.5% from 255) = 53.36%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=12.42%
G=53.36%
B=34.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371591020.7700.360.38151.9762.2438.43
Hex259F664D02426983e26
Octal45237146115044462307646
Binary1001011001111111001101001101010010010011010011000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259F66; }

 p { color: rgb(37,159,102); }

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

<style>
 a { background-color: #259F66; }

 a { background-color: rgb(37,159,102); }

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

<style>
 span { border-color: #259F66; }

 span { border-color: rgb(37,159,102); }

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