Html Css Color HEX #12594D Eden

📋 copy color: '#12594D'

red 18 ◦ green 89 ◦ blue 77

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

Shades of Eden #12594D

Tints of Eden #12594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.85%

R = 9.78%
G = 48.37%
B = 41.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#12594D (or 0x12594D) is known color: Eden. HEX triplet: 12, 59 and 4D. RGB value is (18,89,77). Sum of RGB (Red+Green+Blue) = 18+89+77=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #12594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12594D is #EDA6B2. Grayscale: #424242. Windows color (decimal): -15574707 or 5069074. OLE color: 5069074.

HSL color Cylindrical-coordinate representation of color #12594D: hue angle of 169.86º 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 #12594D is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 77 -
CMYK 0.80 0 0.13 0.65
HSL 169.86º 0.66% 0.21% -
HSV(B) 169.86º 0.8% 0.35% -
XYZ 5.16 7.81 8.26 -
YUV 66.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 18 89 77 0.80 0 0.13 0.65 169.86 0.66 0.21
Hex 12 59 4D 50 0 D 41 AA 42 15
Octal 22 131 115 120 0 15 101 252 102 25
Binary 10010 1011001 1001101 1010000 0 1101 1000001 10101010 1000010 10101

Color Harmonies of #12594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12594D

Black with #12594D

Text Example


Text Example

White with #12594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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