Html Css Color HEX #50C19E Puerto Rico

📋 copy color: '#50C19E'

red 80 ◦ green 193 ◦ blue 158

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

Shades of Puerto Rico #50C19E

Tints of Puerto Rico #50C19E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.78%

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

R = 18.56%
G = 44.78%
B = 36.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#50C19E (or 0x50C19E) is known color: Puerto Rico. HEX triplet: 50, C1 and 9E. RGB value is (80,193,158). Sum of RGB (Red+Green+Blue) = 80+193+158=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #50C19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C19E is #AF3E61. Grayscale: #9B9B9B. Windows color (decimal): -11484770 or 10404176. OLE color: 10404176.

HSL color Cylindrical-coordinate representation of color #50C19E: hue angle of 161.42º degrees, saturation: 0.48, 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 #50C19E is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 193 158 -
CMYK 0.59 0 0.18 0.24
HSL 161.42º 0.48% 0.54% -
HSV(B) 161.42º 0.59% 0.76% -
XYZ 28.55 42.31 39.01 -
YUV 155.22 129.56 74.35 -
System Red Green Blue C M Y K H S L
Decimal 80 193 158 0.59 0 0.18 0.24 161.42 0.48 0.54
Hex 50 C1 9E 3B 0 12 18 A1 30 36
Octal 120 301 236 73 0 22 30 241 60 66
Binary 1010000 11000001 10011110 111011 0 10010 11000 10100001 110000 110110

Color Harmonies of #50C19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C19E

Black with #50C19E

Text Example


Text Example

White with #50C19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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