Html Css Color HEX #50C59F Puerto Rico

📋 copy color: '#50C59F'

red 80 ◦ green 197 ◦ blue 159

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

Shades of Puerto Rico #50C59F

Tints of Puerto Rico #50C59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 18.35%
G = 45.18%
B = 36.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#50C59F (or 0x50C59F) is known color: Puerto Rico. HEX triplet: 50, C5 and 9F. RGB value is (80,197,159). Sum of RGB (Red+Green+Blue) = 80+197+159=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #50C59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C59F is #AF3A60. Grayscale: #9D9D9D. Windows color (decimal): -11483745 or 10470736. OLE color: 10470736.

HSL color Cylindrical-coordinate representation of color #50C59F: hue angle of 160.51º 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 #50C59F is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 159 -
CMYK 0.59 0 0.19 0.23
HSL 160.51º 0.5% 0.54% -
HSV(B) 160.51º 0.59% 0.77% -
XYZ 29.53 44.14 39.76 -
YUV 157.69 128.74 72.59 -
System Red Green Blue C M Y K H S L
Decimal 80 197 159 0.59 0 0.19 0.23 160.51 0.5 0.54
Hex 50 C5 9F 3B 0 13 17 A1 32 36
Octal 120 305 237 73 0 23 27 241 62 66
Binary 1010000 11000101 10011111 111011 0 10011 10111 10100001 110010 110110

Color Harmonies of #50C59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C59F

Black with #50C59F

Text Example


Text Example

White with #50C59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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