Html Css Color HEX #259B66 Eucalyptus

📋 copy color: '#259B66'

red 37 ◦ green 155 ◦ blue 102

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

Shades of Eucalyptus #259B66

Tints of Eucalyptus #259B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.72%

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

R = 12.59%
G = 52.72%
B = 34.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#259B66 (or 0x259B66) is known color: Eucalyptus. HEX triplet: 25, 9B and 66. RGB value is (37,155,102). Sum of RGB (Red+Green+Blue) = 37+155+102=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #259B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B66 is #DA6499. Grayscale: #717171. Windows color (decimal): -14312602 or 6724389. OLE color: 6724389.

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

Color convert

RGB 37 155 102 -
CMYK 0.76 0 0.34 0.39
HSL 153.05º 0.61% 0.38% -
HSV(B) 153.05º 0.76% 0.61% -
XYZ 14.88 24.8 16.57 -
YUV 113.68 121.41 73.31 -
System Red Green Blue C M Y K H S L
Decimal 37 155 102 0.76 0 0.34 0.39 153.05 0.61 0.38
Hex 25 9B 66 4C 0 22 27 99 3D 26
Octal 45 233 146 114 0 42 47 231 75 46
Binary 100101 10011011 1100110 1001100 0 100010 100111 10011001 111101 100110

Color Harmonies of #259B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B66

Black with #259B66

Text Example


Text Example

White with #259B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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