Html Css Color HEX #259F66 Eucalyptus

📋 copy color: '#259F66'

red 37 ◦ green 159 ◦ blue 102

#259F66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #259F66

Tints of Eucalyptus #259F66

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 value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#259F66 (or 0x259F66) is known color: 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

RGB 37 159 102 -
CMYK 0.77 0 0.36 0.38
HSL 151.97º 0.62% 0.38% -
HSV(B) 151.97º 0.77% 0.62% -
XYZ 15.56 26.15 16.8 -
YUV 116.02 120.08 71.63 -
System Red Green Blue C M Y K H S L
Decimal 37 159 102 0.77 0 0.36 0.38 151.97 0.62 0.38
Hex 25 9F 66 4D 0 24 26 98 3E 26
Octal 45 237 146 115 0 44 46 230 76 46
Binary 100101 10011111 1100110 1001101 0 100100 100110 10011000 111110 100110

Color Harmonies of #259F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259F66

Black with #259F66

Text Example


Text Example

White with #259F66

Text Example


Text Example

HTML Codes & Css Web 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>