Html Css Color HEX #12614E Evening Sea

📋 copy color: '#12614E'

red 18 ◦ green 97 ◦ blue 78

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

Shades of Evening Sea #12614E

Tints of Evening Sea #12614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.26%

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

R = 9.33%
G = 50.26%
B = 40.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#12614E (or 0x12614E) is known color: Evening Sea. HEX triplet: 12, 61 and 4E. RGB value is (18,97,78). Sum of RGB (Red+Green+Blue) = 18+97+78=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #12614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12614E is #ED9EB1. Grayscale: #474747. Windows color (decimal): -15572658 or 5136658. OLE color: 5136658.

HSL color Cylindrical-coordinate representation of color #12614E: hue angle of 165.57º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12614E is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 78 -
CMYK 0.81 0 0.20 0.62
HSL 165.57º 0.69% 0.23% -
HSV(B) 165.57º 0.81% 0.38% -
XYZ 5.9 9.23 8.68 -
YUV 71.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 18 97 78 0.81 0 0.20 0.62 165.57 0.69 0.23
Hex 12 61 4E 51 0 14 3E A6 45 17
Octal 22 141 116 121 0 24 76 246 105 27
Binary 10010 1100001 1001110 1010001 0 10100 111110 10100110 1000101 10111

Color Harmonies of #12614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12614E

Black with #12614E

Text Example


Text Example

White with #12614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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