#12684B

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

Shades of Jewel #12684B

Tints of Jewel #12684B

Color information

#12684B (or 0x12684B) is unknown color: approx Jewel. HEX triplet: 12, 68 and 4B. RGB value is (18,104,75). Sum of RGB (Red+Green+Blue) = 18+104+75=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #12684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12684B is #ED97B4. Grayscale: #4B4B4B. Windows color (decimal): -15570869 or 4941842. OLE color: 4941842.

HSL color Cylindrical-coordinate representation of color #12684B: hue angle of 159.77º degrees, saturation: 0.7, 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 #12684B is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1810475-
CMYK0.8300.280.59
HSL159.77º70.49%23.92%-
HSV(B)159.77º82.69%40.78%-
XYZ6.4710.548.35-
YUV74.98128.0187.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 104 (41.02% from 255) = 52.79%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=9.14%
G=52.79%
B=38.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104750.8300.280.59159.7770.4923.92
Hex12684B5301C3Ba04618
Octal221501131230347324010630
Binary1001011010001001011101001101110011101110100000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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