Html Css Color HEX #50C59D Puerto Rico

📋 copy color: '#50C59D'

red 80 ◦ green 197 ◦ blue 157

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

Shades of Puerto Rico #50C59D

Tints of Puerto Rico #50C59D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.39%

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

R = 18.43%
G = 45.39%
B = 36.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#50C59D (or 0x50C59D) is known color: Puerto Rico. HEX triplet: 50, C5 and 9D. RGB value is (80,197,157). Sum of RGB (Red+Green+Blue) = 80+197+157=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #50C59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C59D is #AF3A62. Grayscale: #9D9D9D. Windows color (decimal): -11483747 or 10339664. OLE color: 10339664.

HSL color Cylindrical-coordinate representation of color #50C59D: hue angle of 159.49º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C59D is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 157 -
CMYK 0.59 0 0.20 0.23
HSL 159.49º 0.5% 0.54% -
HSV(B) 159.49º 0.59% 0.77% -
XYZ 29.36 44.07 38.86 -
YUV 157.46 127.74 72.75 -
System Red Green Blue C M Y K H S L
Decimal 80 197 157 0.59 0 0.20 0.23 159.49 0.5 0.54
Hex 50 C5 9D 3B 0 14 17 9F 32 36
Octal 120 305 235 73 0 24 27 237 62 66
Binary 1010000 11000101 10011101 111011 0 10100 10111 10011111 110010 110110

Color Harmonies of #50C59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C59D

Black with #50C59D

Text Example


Text Example

White with #50C59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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