Html Css Color HEX #26996B Eucalyptus

📋 copy color: '#26996B'

red 38 ◦ green 153 ◦ blue 107

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

Shades of Eucalyptus #26996B

Tints of Eucalyptus #26996B

RGB

 RED value IS 38 (15.23% from 255) = 12.75%

 GREEN value IS 153 (60.16% from 255) = 51.34%

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 12.75%
G = 51.34%
B = 35.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#26996B (or 0x26996B) is known color: Eucalyptus. HEX triplet: 26, 99 and 6B. RGB value is (38,153,107). Sum of RGB (Red+Green+Blue) = 38+153+107=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #26996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26996B is #D96694. Grayscale: #717171. Windows color (decimal): -14247573 or 7051558. OLE color: 7051558.

HSL color Cylindrical-coordinate representation of color #26996B: hue angle of 156º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26996B is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 153 107 -
CMYK 0.75 0 0.30 0.4
HSL 156º 0.6% 0.37% -
HSV(B) 156º 0.75% 0.6% -
XYZ 14.84 24.26 17.81 -
YUV 113.37 124.4 74.24 -
System Red Green Blue C M Y K H S L
Decimal 38 153 107 0.75 0 0.30 0.4 156 0.6 0.37
Hex 26 99 6B 4B 0 1E 28 9C 3C 25
Octal 46 231 153 113 0 36 50 234 74 45
Binary 100110 10011001 1101011 1001011 0 11110 101000 10011100 111100 100101

Color Harmonies of #26996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26996B

Black with #26996B

Text Example


Text Example

White with #26996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26996B; }

 p { color: rgb(38,153,107); }

 H1.HeaderClassName
 {
   color: #26996B;
 }
 .AnyTagClassName
 {
   color: #26996B;
 }
</style>

background-color css

<style>
 a { background-color: #26996B; }

 a { background-color: rgb(38,153,107); }

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

border-color css

<style>
 span { border-color: #26996B; }

 span { border-color: rgb(38,153,107); }

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