Html Css Color HEX #50B799 Puerto Rico

📋 copy color: '#50B799'

red 80 ◦ green 183 ◦ blue 153

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

Shades of Puerto Rico #50B799

Tints of Puerto Rico #50B799

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.99%

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

R = 19.23%
G = 43.99%
B = 36.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#50B799 (or 0x50B799) is known color: Puerto Rico. HEX triplet: 50, B7 and 99. RGB value is (80,183,153). Sum of RGB (Red+Green+Blue) = 80+183+153=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #50B799 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B799 is #AF4866. Grayscale: #949494. Windows color (decimal): -11487335 or 10073936. OLE color: 10073936.

HSL color Cylindrical-coordinate representation of color #50B799: hue angle of 162.52º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B799 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 183 153 -
CMYK 0.56 0 0.16 0.28
HSL 162.52º 0.42% 0.52% -
HSV(B) 162.52º 0.56% 0.72% -
XYZ 25.99 37.87 36.08 -
YUV 148.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 80 183 153 0.56 0 0.16 0.28 162.52 0.42 0.52
Hex 50 B7 99 38 0 10 1C A3 2A 34
Octal 120 267 231 70 0 20 34 243 52 64
Binary 1010000 10110111 10011001 111000 0 10000 11100 10100011 101010 110100

Color Harmonies of #50B799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B799

Black with #50B799

Text Example


Text Example

White with #50B799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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