Html Css Color HEX #14B285 Mountain Meadow

📋 copy color: '#14B285'

red 20 ◦ green 178 ◦ blue 133

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

Shades of Mountain Meadow #14B285

Tints of Mountain Meadow #14B285

RGB

 RED value IS 20 (8.2% from 255) = 6.04%

 GREEN value IS 178 (69.92% from 255) = 53.78%

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 6.04%
G = 53.78%
B = 40.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#14B285 (or 0x14B285) is known color: Mountain Meadow. HEX triplet: 14, B2 and 85. RGB value is (20,178,133). Sum of RGB (Red+Green+Blue) = 20+178+133=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #14B285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B285 is #EB4D7A. Grayscale: #7D7D7D. Windows color (decimal): -15420795 or 8761876. OLE color: 8761876.

HSL color Cylindrical-coordinate representation of color #14B285: hue angle of 162.91º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B285 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 178 133 -
CMYK 0.89 0 0.25 0.30
HSL 162.91º 0.8% 0.39% -
HSV(B) 162.91º 0.89% 0.7% -
XYZ 20.44 33.68 27.61 -
YUV 125.63 132.15 52.66 -
System Red Green Blue C M Y K H S L
Decimal 20 178 133 0.89 0 0.25 0.30 162.91 0.8 0.39
Hex 14 B2 85 59 0 19 1E A3 50 27
Octal 24 262 205 131 0 31 36 243 120 47
Binary 10100 10110010 10000101 1011001 0 11001 11110 10100011 1010000 100111

Color Harmonies of #14B285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B285

Black with #14B285

Text Example


Text Example

White with #14B285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14B285; }

 p { color: rgb(20,178,133); }

 H1.HeaderClassName
 {
   color: #14B285;
 }
 .AnyTagClassName
 {
   color: #14B285;
 }
</style>

background-color css

<style>
 a { background-color: #14B285; }

 a { background-color: rgb(20,178,133); }

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

border-color css

<style>
 span { border-color: #14B285; }

 span { border-color: rgb(20,178,133); }

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