#12664F

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

Shades of Jewel #12664F

Tints of Jewel #12664F

Color information

#12664F (or 0x12664F) is unknown color: approx Jewel. HEX triplet: 12, 66 and 4F. RGB value is (18,102,79). Sum of RGB (Red+Green+Blue) = 18+102+79=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #12664F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12664F is #ED99B0. Grayscale: #4A4A4A. Windows color (decimal): -15571377 or 5203474. OLE color: 5203474.

HSL color Cylindrical-coordinate representation of color #12664F: hue angle of 163.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12664F is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB1810279-
CMYK0.8200.230.6
HSL163.57º70%23.53%-
HSV(B)163.57º82.35%40%-
XYZ6.4110.29.03-
YUV74.26130.6787.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=9.05%
G=51.26%
B=39.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102790.8200.230.6163.577023.53
Hex12664F520173Ca44618
Octal221461171220277424410630
Binary1001011001101001111101001001011111110010100100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12664F; }

 p { color: rgb(18,102,79); }

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

<style>
 a { background-color: #12664F; }

 a { background-color: rgb(18,102,79); }

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

<style>
 span { border-color: #12664F; }

 span { border-color: rgb(18,102,79); }

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