Html Css Color HEX #126051 Eden

📋 copy color: '#126051'

red 18 ◦ green 96 ◦ blue 81

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

Shades of Eden #126051

Tints of Eden #126051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.23%

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

R = 9.23%
G = 49.23%
B = 41.54%

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

#126051 (or 0x126051) is known color: Eden. HEX triplet: 12, 60 and 51. RGB value is (18,96,81). Sum of RGB (Red+Green+Blue) = 18+96+81=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #126051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126051 is #ED9FAE. Grayscale: #464646. Windows color (decimal): -15572911 or 5333010. OLE color: 5333010.

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

Color convert

RGB 18 96 81 -
CMYK 0.81 0 0.16 0.62
HSL 168.46º 0.68% 0.22% -
HSV(B) 168.46º 0.81% 0.38% -
XYZ 5.92 9.09 9.23 -
YUV 70.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 18 96 81 0.81 0 0.16 0.62 168.46 0.68 0.22
Hex 12 60 51 51 0 10 3E A8 44 16
Octal 22 140 121 121 0 20 76 250 104 26
Binary 10010 1100000 1010001 1010001 0 10000 111110 10101000 1000100 10110

Color Harmonies of #126051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126051

Black with #126051

Text Example


Text Example

White with #126051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126051; }

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

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

background-color css

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

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

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

border-color css

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

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

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