Html Css Color HEX #126451 Eden

📋 copy color: '#126451'

red 18 ◦ green 100 ◦ blue 81

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

Shades of Eden #126451

Tints of Eden #126451

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50.25%

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

R = 9.05%
G = 50.25%
B = 40.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#126451 (or 0x126451) is known color: Eden. HEX triplet: 12, 64 and 51. RGB value is (18,100,81). Sum of RGB (Red+Green+Blue) = 18+100+81=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #126451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126451 is #ED9BAE. Grayscale: #494949. Windows color (decimal): -15571887 or 5334034. OLE color: 5334034.

HSL color Cylindrical-coordinate representation of color #126451: hue angle of 166.1º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126451 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 81 -
CMYK 0.82 0 0.19 0.61
HSL 166.1º 0.69% 0.23% -
HSV(B) 166.1º 0.82% 0.39% -
XYZ 6.29 9.84 9.35 -
YUV 73.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 18 100 81 0.82 0 0.19 0.61 166.1 0.69 0.23
Hex 12 64 51 52 0 13 3D A6 45 17
Octal 22 144 121 122 0 23 75 246 105 27
Binary 10010 1100100 1010001 1010010 0 10011 111101 10100110 1000101 10111

Color Harmonies of #126451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126451

Black with #126451

Text Example


Text Example

White with #126451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126451; }

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

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

background-color css

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

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

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

border-color css

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

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

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