#12614D

Color #12614D Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #12614D

Tints of Jewel #12614D

Color information

#12614D (or 0x12614D) is unknown color: approx Jewel. HEX triplet: 12, 61 and 4D. RGB value is (18,97,77). Sum of RGB (Red+Green+Blue) = 18+97+77=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #12614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12614D is #ED9EB2. Grayscale: #474747. Windows color (decimal): -15572659 or 5071122. OLE color: 5071122.

HSL color Cylindrical-coordinate representation of color #12614D: hue angle of 164.81º 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 #12614D is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB189777-
CMYK0.8100.210.62
HSL164.81º68.7%22.55%-
HSV(B)164.81º81.44%38.04%-
XYZ5.869.218.49-
YUV71.1131.3390.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=9.38%
G=50.52%
B=40.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897770.8100.210.62164.8168.722.55
Hex12614D510153Ea54517
Octal221411151210257624510527
Binary1001011000011001101101000101010111111010100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12614D;
 }
 .AnyTagClassName
 {
   color: #12614D;
 }
</style>
background-color css

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

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

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

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

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

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