#12624C

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

Shades of Jewel #12624C

Tints of Jewel #12624C

Color information

#12624C (or 0x12624C) is unknown color: approx Jewel. HEX triplet: 12, 62 and 4C. RGB value is (18,98,76). Sum of RGB (Red+Green+Blue) = 18+98+76=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #12624C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12624C is #ED9DB3. Grayscale: #474747. Windows color (decimal): -15572404 or 5005842. OLE color: 5005842.

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

Color convert

RGB189876-
CMYK0.8200.220.62
HSL163.5º68.97%22.75%-
HSV(B)163.5º81.63%38.43%-
XYZ5.929.398.34-
YUV71.57130.589.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=9.38%
G=51.04%
B=39.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898760.8200.220.62163.568.9722.75
Hex12624C520163Ea44517
Octal221421141220267624410527
Binary1001011000101001100101001001011011111010100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12624C; }

 p { color: rgb(18,98,76); }

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

<style>
 a { background-color: #12624C; }

 a { background-color: rgb(18,98,76); }

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

<style>
 span { border-color: #12624C; }

 span { border-color: rgb(18,98,76); }

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