Html Css Color HEX #188A54 Salem

📋 copy color: '#188A54'

red 24 ◦ green 138 ◦ blue 84

#188A54
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #188A54

Tints of Salem #188A54

RGB

 RED value IS 24 (9.77% from 255) = 9.76%

 GREEN value IS 138 (54.3% from 255) = 56.1%

 BLUE value IS 84 (33.2% from 255) = 34.15%

R = 9.76%
G = 56.1%
B = 34.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#188A54 (or 0x188A54) is known color: Salem. HEX triplet: 18, 8A and 54. RGB value is (24,138,84). Sum of RGB (Red+Green+Blue) = 24+138+84=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #188A54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A54 is #E775AB. Grayscale: #616161. Windows color (decimal): -15168940 or 5540376. OLE color: 5540376.

HSL color Cylindrical-coordinate representation of color #188A54: hue angle of 151.58º 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 #188A54 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 138 84 -
CMYK 0.83 0 0.39 0.46
HSL 151.58º 0.7% 0.32% -
HSV(B) 151.58º 0.83% 0.54% -
XYZ 11.07 19.01 11.47 -
YUV 97.76 120.23 75.39 -
System Red Green Blue C M Y K H S L
Decimal 24 138 84 0.83 0 0.39 0.46 151.58 0.7 0.32
Hex 18 8A 54 53 0 27 2E 98 46 20
Octal 30 212 124 123 0 47 56 230 106 40
Binary 11000 10001010 1010100 1010011 0 100111 101110 10011000 1000110 100000

Color Harmonies of #188A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188A54

Black with #188A54

Text Example


Text Example

White with #188A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #188A54;
 }
 .AnyTagClassName
 {
   color: #188A54;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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