Html Css Color HEX #13C988 Mountain Meadow

📋 copy color: '#13C988'

red 19 ◦ green 201 ◦ blue 136

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

Shades of Mountain Meadow #13C988

Tints of Mountain Meadow #13C988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.46%

 BLUE value IS 136 (53.52% from 255) = 38.2%

R = 5.34%
G = 56.46%
B = 38.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#13C988 (or 0x13C988) is known color: Mountain Meadow. HEX triplet: 13, C9 and 88. RGB value is (19,201,136). Sum of RGB (Red+Green+Blue) = 19+201+136=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #13C988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C988 is #EC3677. Grayscale: #8B8B8B. Windows color (decimal): -15480440 or 8964371. OLE color: 8964371.

HSL color Cylindrical-coordinate representation of color #13C988: hue angle of 158.57º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C988 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 201 136 -
CMYK 0.91 0 0.32 0.21
HSL 158.57º 0.83% 0.43% -
HSV(B) 158.57º 0.91% 0.79% -
XYZ 25.6 43.69 30.38 -
YUV 139.17 126.2 42.29 -
System Red Green Blue C M Y K H S L
Decimal 19 201 136 0.91 0 0.32 0.21 158.57 0.83 0.43
Hex 13 C9 88 5B 0 20 15 9F 53 2B
Octal 23 311 210 133 0 40 25 237 123 53
Binary 10011 11001001 10001000 1011011 0 100000 10101 10011111 1010011 101011

Color Harmonies of #13C988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C988

Black with #13C988

Text Example


Text Example

White with #13C988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,201,136); }

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

background-color css

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

 a { background-color: rgb(19,201,136); }

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

border-color css

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

 span { border-color: rgb(19,201,136); }

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