#188A4E

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

Shades of Salem #188A4E

Tints of Salem #188A4E

Color information

#188A4E (or 0x188A4E) is unknown color: approx Salem. HEX triplet: 18, 8A and 4E. RGB value is (24,138,78). Sum of RGB (Red+Green+Blue) = 24+138+78=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #188A4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A4E is #E775B1. Grayscale: #616161. Windows color (decimal): -15168946 or 5147160. OLE color: 5147160.

HSL color Cylindrical-coordinate representation of color #188A4E: hue angle of 148.42º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A4E is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB2413878-
CMYK0.8300.430.46
HSL148.42º70.37%31.76%-
HSV(B)148.42º82.61%54.12%-
XYZ10.8418.9210.29-
YUV97.07117.2375.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 138 (54.30% from 255) = 57.5%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=10%
G=57.5%
B=32.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24138780.8300.430.46148.4270.3731.76
Hex188A4E5302B2E944620
Octal302121161230535622410640
Binary1100010001010100111010100110101011101110100101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188A4E; }

 p { color: rgb(24,138,78); }

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

<style>
 a { background-color: #188A4E; }

 a { background-color: rgb(24,138,78); }

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

<style>
 span { border-color: #188A4E; }

 span { border-color: rgb(24,138,78); }

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