Html Css Color HEX #50B199 Puerto Rico

📋 copy color: '#50B199'

red 80 ◦ green 177 ◦ blue 153

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

Shades of Puerto Rico #50B199

Tints of Puerto Rico #50B199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.32%

R = 19.51%
G = 43.17%
B = 37.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#50B199 (or 0x50B199) is known color: Puerto Rico. HEX triplet: 50, B1 and 99. RGB value is (80,177,153). Sum of RGB (Red+Green+Blue) = 80+177+153=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #50B199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B199 is #AF4E66. Grayscale: #919191. Windows color (decimal): -11488871 or 10072400. OLE color: 10072400.

HSL color Cylindrical-coordinate representation of color #50B199: hue angle of 165.15º 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 #50B199 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 177 153 -
CMYK 0.55 0 0.14 0.31
HSL 165.15º 0.38% 0.5% -
HSV(B) 165.15º 0.55% 0.69% -
XYZ 24.78 35.45 35.67 -
YUV 145.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 80 177 153 0.55 0 0.14 0.31 165.15 0.38 0.5
Hex 50 B1 99 37 0 E 1F A5 26 32
Octal 120 261 231 67 0 16 37 245 46 62
Binary 1010000 10110001 10011001 110111 0 1110 11111 10100101 100110 110010

Color Harmonies of #50B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B199

Black with #50B199

Text Example


Text Example

White with #50B199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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