Html Css Color HEX #50C99D Puerto Rico

📋 copy color: '#50C99D'

red 80 ◦ green 201 ◦ blue 157

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

Shades of Puerto Rico #50C99D

Tints of Puerto Rico #50C99D

RGB

 RED value IS 80 (31.64% from 255) = 18.26%

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

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 18.26%
G = 45.89%
B = 35.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#50C99D (or 0x50C99D) is known color: Puerto Rico. HEX triplet: 50, C9 and 9D. RGB value is (80,201,157). Sum of RGB (Red+Green+Blue) = 80+201+157=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #50C99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C99D is #AF3662. Grayscale: #9F9F9F. Windows color (decimal): -11482723 or 10340688. OLE color: 10340688.

HSL color Cylindrical-coordinate representation of color #50C99D: hue angle of 158.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C99D is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 157 -
CMYK 0.60 0 0.22 0.21
HSL 158.18º 0.53% 0.55% -
HSV(B) 158.18º 0.6% 0.79% -
XYZ 30.28 45.91 39.16 -
YUV 159.81 126.41 71.08 -
System Red Green Blue C M Y K H S L
Decimal 80 201 157 0.60 0 0.22 0.21 158.18 0.53 0.55
Hex 50 C9 9D 3C 0 16 15 9E 35 37
Octal 120 311 235 74 0 26 25 236 65 67
Binary 1010000 11001001 10011101 111100 0 10110 10101 10011110 110101 110111

Color Harmonies of #50C99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C99D

Black with #50C99D

Text Example


Text Example

White with #50C99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50C99D; }

 p { color: rgb(80,201,157); }

 H1.HeaderClassName
 {
   color: #50C99D;
 }
 .AnyTagClassName
 {
   color: #50C99D;
 }
</style>

background-color css

<style>
 a { background-color: #50C99D; }

 a { background-color: rgb(80,201,157); }

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

border-color css

<style>
 span { border-color: #50C99D; }

 span { border-color: rgb(80,201,157); }

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