Html Css Color HEX #13CB88 Mountain Meadow

📋 copy color: '#13CB88'

red 19 ◦ green 203 ◦ blue 136

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

Shades of Mountain Meadow #13CB88

Tints of Mountain Meadow #13CB88

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.7%

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

R = 5.31%
G = 56.7%
B = 37.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#13CB88 (or 0x13CB88) is known color: Mountain Meadow. HEX triplet: 13, CB and 88. RGB value is (19,203,136). Sum of RGB (Red+Green+Blue) = 19+203+136=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CB88 is #EC3477. Grayscale: #8C8C8C. Windows color (decimal): -15479928 or 8964883. OLE color: 8964883.

HSL color Cylindrical-coordinate representation of color #13CB88: hue angle of 158.15º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB88 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 136 -
CMYK 0.91 0 0.33 0.20
HSL 158.15º 0.83% 0.44% -
HSV(B) 158.15º 0.91% 0.8% -
XYZ 26.07 44.63 30.53 -
YUV 140.35 125.54 41.45 -
System Red Green Blue C M Y K H S L
Decimal 19 203 136 0.91 0 0.33 0.20 158.15 0.83 0.44
Hex 13 CB 88 5B 0 21 14 9E 53 2C
Octal 23 313 210 133 0 41 24 236 123 54
Binary 10011 11001011 10001000 1011011 0 100001 10100 10011110 1010011 101100

Color Harmonies of #13CB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB88

Black with #13CB88

Text Example


Text Example

White with #13CB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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