#12624E

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

Shades of Jewel #12624E

Tints of Jewel #12624E

Color information

#12624E (or 0x12624E) is unknown color: approx Jewel. HEX triplet: 12, 62 and 4E. RGB value is (18,98,78). Sum of RGB (Red+Green+Blue) = 18+98+78=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #12624E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12624E is #ED9DB1. Grayscale: #474747. Windows color (decimal): -15572402 or 5136914. OLE color: 5136914.

HSL color Cylindrical-coordinate representation of color #12624E: hue angle of 165º 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 #12624E is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB189878-
CMYK0.8200.200.62
HSL165º68.97%22.75%-
HSV(B)165º81.63%38.43%-
XYZ5.999.418.71-
YUV71.8131.589.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 98 (38.67% from 255) = 50.52%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=9.28%
G=50.52%
B=40.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898780.8200.200.6216568.9722.75
Hex12624E520143Ea54517
Octal221421161220247624510527
Binary1001011000101001110101001001010011111010100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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