Html Css Color HEX #228676 Elm

📋 copy color: '#228676'

red 34 ◦ green 134 ◦ blue 118

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

Shades of Elm #228676

Tints of Elm #228676

RGB

 RED value IS 34 (13.67% from 255) = 11.89%

 GREEN value IS 134 (52.73% from 255) = 46.85%

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 11.89%
G = 46.85%
B = 41.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#228676 (or 0x228676) is known color: Elm. HEX triplet: 22, 86 and 76. RGB value is (34,134,118). Sum of RGB (Red+Green+Blue) = 34+134+118=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #228676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228676 is #DD7989. Grayscale: #666666. Windows color (decimal): -14514570 or 7767586. OLE color: 7767586.

HSL color Cylindrical-coordinate representation of color #228676: hue angle of 170.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228676 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 134 118 -
CMYK 0.75 0 0.12 0.47
HSL 170.4º 0.6% 0.33% -
HSV(B) 170.4º 0.75% 0.53% -
XYZ 12.45 18.7 20.09 -
YUV 102.28 136.87 79.3 -
System Red Green Blue C M Y K H S L
Decimal 34 134 118 0.75 0 0.12 0.47 170.4 0.6 0.33
Hex 22 86 76 4B 0 C 2F AA 3C 21
Octal 42 206 166 113 0 14 57 252 74 41
Binary 100010 10000110 1110110 1001011 0 1100 101111 10101010 111100 100001

Color Harmonies of #228676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228676

Black with #228676

Text Example


Text Example

White with #228676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228676; }

 p { color: rgb(34,134,118); }

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

background-color css

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

 a { background-color: rgb(34,134,118); }

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

border-color css

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

 span { border-color: rgb(34,134,118); }

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