Html Css Color HEX #50C39D Puerto Rico

📋 copy color: '#50C39D'

red 80 ◦ green 195 ◦ blue 157

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

Shades of Puerto Rico #50C39D

Tints of Puerto Rico #50C39D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.14%

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

R = 18.52%
G = 45.14%
B = 36.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#50C39D (or 0x50C39D) is known color: Puerto Rico. HEX triplet: 50, C3 and 9D. RGB value is (80,195,157). Sum of RGB (Red+Green+Blue) = 80+195+157=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #50C39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C39D is #AF3C62. Grayscale: #9C9C9C. Windows color (decimal): -11484259 or 10339152. OLE color: 10339152.

HSL color Cylindrical-coordinate representation of color #50C39D: hue angle of 160.17º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C39D is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 195 157 -
CMYK 0.59 0 0.19 0.24
HSL 160.17º 0.49% 0.54% -
HSV(B) 160.17º 0.59% 0.76% -
XYZ 28.91 43.17 38.71 -
YUV 156.28 128.4 73.59 -
System Red Green Blue C M Y K H S L
Decimal 80 195 157 0.59 0 0.19 0.24 160.17 0.49 0.54
Hex 50 C3 9D 3B 0 13 18 A0 31 36
Octal 120 303 235 73 0 23 30 240 61 66
Binary 1010000 11000011 10011101 111011 0 10011 11000 10100000 110001 110110

Color Harmonies of #50C39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C39D

Black with #50C39D

Text Example


Text Example

White with #50C39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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