Html Css Color HEX #12594A Evening Sea

📋 copy color: '#12594A'

red 18 ◦ green 89 ◦ blue 74

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

Shades of Evening Sea #12594A

Tints of Evening Sea #12594A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.88%

R = 9.94%
G = 49.17%
B = 40.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#12594A (or 0x12594A) is known color: Evening Sea. HEX triplet: 12, 59 and 4A. RGB value is (18,89,74). Sum of RGB (Red+Green+Blue) = 18+89+74=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #12594A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12594A is #EDA6B5. Grayscale: #424242. Windows color (decimal): -15574710 or 4872466. OLE color: 4872466.

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

Color convert

RGB 18 89 74 -
CMYK 0.80 0 0.17 0.65
HSL 167.32º 0.66% 0.21% -
HSV(B) 167.32º 0.8% 0.35% -
XYZ 5.06 7.77 7.71 -
YUV 66.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 18 89 74 0.80 0 0.17 0.65 167.32 0.66 0.21
Hex 12 59 4A 50 0 11 41 A7 42 15
Octal 22 131 112 120 0 21 101 247 102 25
Binary 10010 1011001 1001010 1010000 0 10001 1000001 10100111 1000010 10101

Color Harmonies of #12594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12594A

Black with #12594A

Text Example


Text Example

White with #12594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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