Html Css Color HEX #12594B Evening Sea

📋 copy color: '#12594B'

red 18 ◦ green 89 ◦ blue 75

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

Shades of Evening Sea #12594B

Tints of Evening Sea #12594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.21%

R = 9.89%
G = 48.9%
B = 41.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#12594B (or 0x12594B) is known color: Evening Sea. HEX triplet: 12, 59 and 4B. RGB value is (18,89,75). Sum of RGB (Red+Green+Blue) = 18+89+75=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #12594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12594B is #EDA6B4. Grayscale: #424242. Windows color (decimal): -15574709 or 4938002. OLE color: 4938002.

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

Color convert

RGB 18 89 75 -
CMYK 0.80 0 0.16 0.65
HSL 168.17º 0.66% 0.21% -
HSV(B) 168.17º 0.8% 0.35% -
XYZ 5.09 7.78 7.89 -
YUV 66.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 18 89 75 0.80 0 0.16 0.65 168.17 0.66 0.21
Hex 12 59 4B 50 0 10 41 A8 42 15
Octal 22 131 113 120 0 20 101 250 102 25
Binary 10010 1011001 1001011 1010000 0 10000 1000001 10101000 1000010 10101

Color Harmonies of #12594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12594B

Black with #12594B

Text Example


Text Example

White with #12594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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