#12604A

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

Shades of Jewel #12604A

Tints of Jewel #12604A

Color information

#12604A (or 0x12604A) is unknown color: approx Jewel. HEX triplet: 12, 60 and 4A. RGB value is (18,96,74). Sum of RGB (Red+Green+Blue) = 18+96+74=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #12604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12604A is #ED9FB5. Grayscale: #464646. Windows color (decimal): -15572918 or 4874258. OLE color: 4874258.

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

Color convert

RGB189674-
CMYK0.8100.230.62
HSL163.08º68.42%22.35%-
HSV(B)163.08º81.25%37.65%-
XYZ5.678.997.91-
YUV70.17130.1690.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=9.57%
G=51.06%
B=39.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896740.8100.230.62163.0868.4222.35
Hex12604A510173Ea34416
Octal221401121210277624310426
Binary1001011000001001010101000101011111111010100011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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