Html Css Color HEX #259D66 Eucalyptus

📋 copy color: '#259D66'

red 37 ◦ green 157 ◦ blue 102

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

Shades of Eucalyptus #259D66

Tints of Eucalyptus #259D66

RGB

 RED value IS 37 (14.84% from 255) = 12.5%

 GREEN value IS 157 (61.72% from 255) = 53.04%

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 12.5%
G = 53.04%
B = 34.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#259D66 (or 0x259D66) is known color: Eucalyptus. HEX triplet: 25, 9D and 66. RGB value is (37,157,102). Sum of RGB (Red+Green+Blue) = 37+157+102=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #259D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259D66 is #DA6299. Grayscale: #727272. Windows color (decimal): -14312090 or 6724901. OLE color: 6724901.

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

Color convert

RGB 37 157 102 -
CMYK 0.76 0 0.35 0.38
HSL 152.5º 0.62% 0.38% -
HSV(B) 152.5º 0.76% 0.62% -
XYZ 15.22 25.47 16.68 -
YUV 114.85 120.74 72.47 -
System Red Green Blue C M Y K H S L
Decimal 37 157 102 0.76 0 0.35 0.38 152.5 0.62 0.38
Hex 25 9D 66 4C 0 23 26 98 3E 26
Octal 45 235 146 114 0 43 46 230 76 46
Binary 100101 10011101 1100110 1001100 0 100011 100110 10011000 111110 100110

Color Harmonies of #259D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259D66

Black with #259D66

Text Example


Text Example

White with #259D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #259D66;
 }
 .AnyTagClassName
 {
   color: #259D66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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