Html Css Color HEX #12584A Evening Sea

📋 copy color: '#12584A'

red 18 ◦ green 88 ◦ blue 74

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

Shades of Evening Sea #12584A

Tints of Evening Sea #12584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.89%

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

R = 10%
G = 48.89%
B = 41.11%

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

#12584A (or 0x12584A) is known color: Evening Sea. HEX triplet: 12, 58 and 4A. RGB value is (18,88,74). Sum of RGB (Red+Green+Blue) = 18+88+74=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #12584A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12584A is #EDA7B5. Grayscale: #414141. Windows color (decimal): -15574966 or 4872210. OLE color: 4872210.

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

Color convert

RGB 18 88 74 -
CMYK 0.80 0 0.16 0.65
HSL 168º 0.66% 0.21% -
HSV(B) 168º 0.8% 0.35% -
XYZ 4.98 7.6 7.68 -
YUV 65.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 18 88 74 0.80 0 0.16 0.65 168 0.66 0.21
Hex 12 58 4A 50 0 10 41 A8 42 15
Octal 22 130 112 120 0 20 101 250 102 25
Binary 10010 1011000 1001010 1010000 0 10000 1000001 10101000 1000010 10101

Color Harmonies of #12584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12584A

Black with #12584A

Text Example


Text Example

White with #12584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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