Html Css Color HEX #50AD99 Puerto Rico

📋 copy color: '#50AD99'

red 80 ◦ green 173 ◦ blue 153

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

Shades of Puerto Rico #50AD99

Tints of Puerto Rico #50AD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

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

R = 19.7%
G = 42.61%
B = 37.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#50AD99 (or 0x50AD99) is known color: Puerto Rico. HEX triplet: 50, AD and 99. RGB value is (80,173,153). Sum of RGB (Red+Green+Blue) = 80+173+153=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD99 is #AF5266. Grayscale: #8E8E8E. Windows color (decimal): -11489895 or 10071376. OLE color: 10071376.

HSL color Cylindrical-coordinate representation of color #50AD99: hue angle of 167.1º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD99 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 173 153 -
CMYK 0.54 0 0.12 0.32
HSL 167.1º 0.37% 0.5% -
HSV(B) 167.1º 0.54% 0.68% -
XYZ 24 33.89 35.41 -
YUV 142.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 80 173 153 0.54 0 0.12 0.32 167.1 0.37 0.5
Hex 50 AD 99 36 0 C 20 A7 25 32
Octal 120 255 231 66 0 14 40 247 45 62
Binary 1010000 10101101 10011001 110110 0 1100 100000 10100111 100101 110010

Color Harmonies of #50AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD99

Black with #50AD99

Text Example


Text Example

White with #50AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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