#12654F

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

Shades of Jewel #12654F

Tints of Jewel #12654F

Color information

#12654F (or 0x12654F) is unknown color: approx Jewel. HEX triplet: 12, 65 and 4F. RGB value is (18,101,79). Sum of RGB (Red+Green+Blue) = 18+101+79=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #12654F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12654F is #ED9AB0. Grayscale: #494949. Windows color (decimal): -15571633 or 5203218. OLE color: 5203218.

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

Color convert

RGB1810179-
CMYK0.8200.220.60
HSL164.1º69.75%23.33%-
HSV(B)164.1º82.18%39.61%-
XYZ6.31108.99-
YUV73.6813188.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 101 (39.84% from 255) = 51.01%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=9.09%
G=51.01%
B=39.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101790.8200.220.60164.169.7523.33
Hex12654F520163Ca44617
Octal221451171220267424410627
Binary1001011001011001111101001001011011110010100100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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