#10894B

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

Shades of Salem #10894B

Tints of Salem #10894B

Color information

#10894B (or 0x10894B) is unknown color: approx Salem. HEX triplet: 10, 89 and 4B. RGB value is (16,137,75). Sum of RGB (Red+Green+Blue) = 16+137+75=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #10894B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10894B is #EF76B4. Grayscale: #5D5D5D. Windows color (decimal): -15693493 or 4950288. OLE color: 4950288.

HSL color Cylindrical-coordinate representation of color #10894B: hue angle of 149.26º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10894B is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1613775-
CMYK0.8800.450.46
HSL149.26º79.08%30%-
HSV(B)149.26º88.32%53.73%-
XYZ10.4318.519.68-
YUV93.75117.4172.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.02%
GREEN value IS 137 (53.91% from 255) = 60.09%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=7.02%
G=60.09%
B=32.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16137750.8800.450.46149.2679.0830
Hex10894B5802D2E954f1e
Octal202111131300555622511736
Binary100001000100110010111011000010110110111010010101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,137,75); }

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

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

 a { background-color: rgb(16,137,75); }

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

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

 span { border-color: rgb(16,137,75); }

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