Html Css Color HEX #12594E Eden

📋 copy color: '#12594E'

red 18 ◦ green 89 ◦ blue 78

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

Shades of Eden #12594E

Tints of Eden #12594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.11%

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 9.73%
G = 48.11%
B = 42.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#12594E (or 0x12594E) is known color: Eden. HEX triplet: 12, 59 and 4E. RGB value is (18,89,78). Sum of RGB (Red+Green+Blue) = 18+89+78=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #12594E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12594E is #EDA6B1. Grayscale: #424242. Windows color (decimal): -15574706 or 5134610. OLE color: 5134610.

HSL color Cylindrical-coordinate representation of color #12594E: hue angle of 170.7º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12594E is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 78 -
CMYK 0.80 0 0.12 0.65
HSL 170.7º 0.66% 0.21% -
HSV(B) 170.7º 0.8% 0.35% -
XYZ 5.2 7.82 8.44 -
YUV 66.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 18 89 78 0.80 0 0.12 0.65 170.7 0.66 0.21
Hex 12 59 4E 50 0 C 41 AB 42 15
Octal 22 131 116 120 0 14 101 253 102 25
Binary 10010 1011001 1001110 1010000 0 1100 1000001 10101011 1000010 10101

Color Harmonies of #12594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12594E

Black with #12594E

Text Example


Text Example

White with #12594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12594E; }

 p { color: rgb(18,89,78); }

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

background-color css

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

 a { background-color: rgb(18,89,78); }

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

border-color css

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

 span { border-color: rgb(18,89,78); }

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