#12634E

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

Shades of Jewel #12634E

Tints of Jewel #12634E

Color information

#12634E (or 0x12634E) is unknown color: approx Jewel. HEX triplet: 12, 63 and 4E. RGB value is (18,99,78). Sum of RGB (Red+Green+Blue) = 18+99+78=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #12634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12634E is #ED9CB1. Grayscale: #484848. Windows color (decimal): -15572146 or 5137170. OLE color: 5137170.

HSL color Cylindrical-coordinate representation of color #12634E: hue angle of 164.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12634E is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB189978-
CMYK0.8200.210.61
HSL164.44º69.23%22.94%-
HSV(B)164.44º81.82%38.82%-
XYZ6.099.68.74-
YUV72.39131.1689.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 78 (30.86% from 255) = 40%
R=9.23%
G=50.77%
B=40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899780.8200.210.61164.4469.2322.94
Hex12634E520153Da44517
Octal221431161220257524410527
Binary1001011000111001110101001001010111110110100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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