Html Css Color HEX #50C59E Puerto Rico

📋 copy color: '#50C59E'

red 80 ◦ green 197 ◦ blue 158

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

Shades of Puerto Rico #50C59E

Tints of Puerto Rico #50C59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 18.39%
G = 45.29%
B = 36.32%

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

#50C59E (or 0x50C59E) is known color: Puerto Rico. HEX triplet: 50, C5 and 9E. RGB value is (80,197,158). Sum of RGB (Red+Green+Blue) = 80+197+158=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #50C59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C59E is #AF3A61. Grayscale: #9D9D9D. Windows color (decimal): -11483746 or 10405200. OLE color: 10405200.

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

Color convert

RGB 80 197 158 -
CMYK 0.59 0 0.20 0.23
HSL 160º 0.5% 0.54% -
HSV(B) 160º 0.59% 0.77% -
XYZ 29.45 44.11 39.31 -
YUV 157.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 80 197 158 0.59 0 0.20 0.23 160 0.5 0.54
Hex 50 C5 9E 3B 0 14 17 A0 32 36
Octal 120 305 236 73 0 24 27 240 62 66
Binary 1010000 11000101 10011110 111011 0 10100 10111 10100000 110010 110110

Color Harmonies of #50C59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C59E

Black with #50C59E

Text Example


Text Example

White with #50C59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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