Html Css Color HEX #13B28E Mountain Meadow

📋 copy color: '#13B28E'

red 19 ◦ green 178 ◦ blue 142

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

Shades of Mountain Meadow #13B28E

Tints of Mountain Meadow #13B28E

RGB

 RED value IS 19 (7.81% from 255) = 5.6%

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

 BLUE value IS 142 (55.86% from 255) = 41.89%

R = 5.6%
G = 52.51%
B = 41.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#13B28E (or 0x13B28E) is known color: Mountain Meadow. HEX triplet: 13, B2 and 8E. RGB value is (19,178,142). Sum of RGB (Red+Green+Blue) = 19+178+142=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #13B28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B28E is #EC4D71. Grayscale: #7E7E7E. Windows color (decimal): -15486322 or 9351699. OLE color: 9351699.

HSL color Cylindrical-coordinate representation of color #13B28E: hue angle of 166.42º degrees, saturation: 0.81, 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 #13B28E is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 178 142 -
CMYK 0.89 0 0.20 0.30
HSL 166.42º 0.81% 0.39% -
HSV(B) 166.42º 0.89% 0.7% -
XYZ 21.07 33.93 31.03 -
YUV 126.36 136.82 51.43 -
System Red Green Blue C M Y K H S L
Decimal 19 178 142 0.89 0 0.20 0.30 166.42 0.81 0.39
Hex 13 B2 8E 59 0 14 1E A6 51 27
Octal 23 262 216 131 0 24 36 246 121 47
Binary 10011 10110010 10001110 1011001 0 10100 11110 10100110 1010001 100111

Color Harmonies of #13B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B28E

Black with #13B28E

Text Example


Text Example

White with #13B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13B28E; }

 p { color: rgb(19,178,142); }

 H1.HeaderClassName
 {
   color: #13B28E;
 }
 .AnyTagClassName
 {
   color: #13B28E;
 }
</style>

background-color css

<style>
 a { background-color: #13B28E; }

 a { background-color: rgb(19,178,142); }

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

border-color css

<style>
 span { border-color: #13B28E; }

 span { border-color: rgb(19,178,142); }

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