Html Css Color HEX #50B19A Puerto Rico

📋 copy color: '#50B19A'

red 80 ◦ green 177 ◦ blue 154

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

Shades of Puerto Rico #50B19A

Tints of Puerto Rico #50B19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.07%

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 19.46%
G = 43.07%
B = 37.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#50B19A (or 0x50B19A) is known color: Puerto Rico. HEX triplet: 50, B1 and 9A. RGB value is (80,177,154). Sum of RGB (Red+Green+Blue) = 80+177+154=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #50B19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B19A is #AF4E65. Grayscale: #919191. Windows color (decimal): -11488870 or 10137936. OLE color: 10137936.

HSL color Cylindrical-coordinate representation of color #50B19A: hue angle of 165.77º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B19A is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 177 154 -
CMYK 0.55 0 0.13 0.31
HSL 165.77º 0.38% 0.5% -
HSV(B) 165.77º 0.55% 0.69% -
XYZ 24.86 35.48 36.11 -
YUV 145.38 132.86 81.37 -
System Red Green Blue C M Y K H S L
Decimal 80 177 154 0.55 0 0.13 0.31 165.77 0.38 0.5
Hex 50 B1 9A 37 0 D 1F A6 26 32
Octal 120 261 232 67 0 15 37 246 46 62
Binary 1010000 10110001 10011010 110111 0 1101 11111 10100110 100110 110010

Color Harmonies of #50B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B19A

Black with #50B19A

Text Example


Text Example

White with #50B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,177,154); }

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

background-color css

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

 a { background-color: rgb(80,177,154); }

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

border-color css

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

 span { border-color: rgb(80,177,154); }

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