#12694B

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

Shades of Jewel #12694B

Tints of Jewel #12694B

Color information

#12694B (or 0x12694B) is unknown color: approx Jewel. HEX triplet: 12, 69 and 4B. RGB value is (18,105,75). Sum of RGB (Red+Green+Blue) = 18+105+75=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #12694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12694B is #ED96B4. Grayscale: #4B4B4B. Windows color (decimal): -15570613 or 4942098. OLE color: 4942098.

HSL color Cylindrical-coordinate representation of color #12694B: hue angle of 159.31º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12694B is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1810575-
CMYK0.8300.290.59
HSL159.31º70.73%24.12%-
HSV(B)159.31º82.86%41.18%-
XYZ6.5710.748.38-
YUV75.57127.6886.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=9.09%
G=53.03%
B=37.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105750.8300.290.59159.3170.7324.12
Hex12694B5301D3B9f4718
Octal221511131230357323710730
Binary1001011010011001011101001101110111101110011111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12694B; }

 p { color: rgb(18,105,75); }

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

<style>
 a { background-color: #12694B; }

 a { background-color: rgb(18,105,75); }

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

<style>
 span { border-color: #12694B; }

 span { border-color: rgb(18,105,75); }

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