Html Css Color HEX #126151 Eden

📋 copy color: '#126151'

red 18 ◦ green 97 ◦ blue 81

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

Shades of Eden #126151

Tints of Eden #126151

RGB

 RED value IS 18 (7.42% from 255) = 9.18%

 GREEN value IS 97 (38.28% from 255) = 49.49%

 BLUE value IS 81 (32.03% from 255) = 41.33%

R = 9.18%
G = 49.49%
B = 41.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#126151 (or 0x126151) is known color: Eden. HEX triplet: 12, 61 and 51. RGB value is (18,97,81). Sum of RGB (Red+Green+Blue) = 18+97+81=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #126151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126151 is #ED9EAE. Grayscale: #474747. Windows color (decimal): -15572655 or 5333266. OLE color: 5333266.

HSL color Cylindrical-coordinate representation of color #126151: hue angle of 167.85º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126151 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 81 -
CMYK 0.81 0 0.16 0.62
HSL 167.85º 0.69% 0.23% -
HSV(B) 167.85º 0.81% 0.38% -
XYZ 6.01 9.27 9.26 -
YUV 71.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 18 97 81 0.81 0 0.16 0.62 167.85 0.69 0.23
Hex 12 61 51 51 0 10 3E A8 45 17
Octal 22 141 121 121 0 20 76 250 105 27
Binary 10010 1100001 1010001 1010001 0 10000 111110 10101000 1000101 10111

Color Harmonies of #126151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126151

Black with #126151

Text Example


Text Example

White with #126151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126151; }

 p { color: rgb(18,97,81); }

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

background-color css

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

 a { background-color: rgb(18,97,81); }

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

border-color css

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

 span { border-color: rgb(18,97,81); }

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