Html Css Color HEX #50C59B Puerto Rico

📋 copy color: '#50C59B'

red 80 ◦ green 197 ◦ blue 155

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

Shades of Puerto Rico #50C59B

Tints of Puerto Rico #50C59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 18.52%
G = 45.6%
B = 35.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#50C59B (or 0x50C59B) is known color: Puerto Rico. HEX triplet: 50, C5 and 9B. RGB value is (80,197,155). Sum of RGB (Red+Green+Blue) = 80+197+155=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #50C59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C59B is #AF3A64. Grayscale: #9D9D9D. Windows color (decimal): -11483749 or 10208592. OLE color: 10208592.

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

Color convert

RGB 80 197 155 -
CMYK 0.59 0 0.21 0.23
HSL 158.46º 0.5% 0.54% -
HSV(B) 158.46º 0.59% 0.77% -
XYZ 29.19 44 37.97 -
YUV 157.23 126.74 72.92 -
System Red Green Blue C M Y K H S L
Decimal 80 197 155 0.59 0 0.21 0.23 158.46 0.5 0.54
Hex 50 C5 9B 3B 0 15 17 9E 32 36
Octal 120 305 233 73 0 25 27 236 62 66
Binary 1010000 11000101 10011011 111011 0 10101 10111 10011110 110010 110110

Color Harmonies of #50C59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C59B

Black with #50C59B

Text Example


Text Example

White with #50C59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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