Html Css Color HEX #50AC99 Puerto Rico

📋 copy color: '#50AC99'

red 80 ◦ green 172 ◦ blue 153

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

Shades of Puerto Rico #50AC99

Tints of Puerto Rico #50AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

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

R = 19.75%
G = 42.47%
B = 37.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#50AC99 (or 0x50AC99) is known color: Puerto Rico. HEX triplet: 50, AC and 99. RGB value is (80,172,153). Sum of RGB (Red+Green+Blue) = 80+172+153=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC99 is #AF5366. Grayscale: #8E8E8E. Windows color (decimal): -11490151 or 10071120. OLE color: 10071120.

HSL color Cylindrical-coordinate representation of color #50AC99: hue angle of 167.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC99 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 153 -
CMYK 0.53 0 0.11 0.33
HSL 167.61º 0.37% 0.49% -
HSV(B) 167.61º 0.53% 0.67% -
XYZ 23.81 33.51 35.35 -
YUV 142.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 80 172 153 0.53 0 0.11 0.33 167.61 0.37 0.49
Hex 50 AC 99 35 0 B 21 A8 25 31
Octal 120 254 231 65 0 13 41 250 45 61
Binary 1010000 10101100 10011001 110101 0 1011 100001 10101000 100101 110001

Color Harmonies of #50AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC99

Black with #50AC99

Text Example


Text Example

White with #50AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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