Html Css Color HEX #50B99A Puerto Rico

📋 copy color: '#50B99A'

red 80 ◦ green 185 ◦ blue 154

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

Shades of Puerto Rico #50B99A

Tints of Puerto Rico #50B99A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

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

R = 19.09%
G = 44.15%
B = 36.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#50B99A (or 0x50B99A) is known color: Puerto Rico. HEX triplet: 50, B9 and 9A. RGB value is (80,185,154). Sum of RGB (Red+Green+Blue) = 80+185+154=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #50B99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B99A is #AF4665. Grayscale: #969696. Windows color (decimal): -11486822 or 10139984. OLE color: 10139984.

HSL color Cylindrical-coordinate representation of color #50B99A: hue angle of 162.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B99A is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 154 -
CMYK 0.57 0 0.17 0.27
HSL 162.29º 0.43% 0.52% -
HSV(B) 162.29º 0.57% 0.73% -
XYZ 26.49 38.74 36.65 -
YUV 150.07 130.21 78.02 -
System Red Green Blue C M Y K H S L
Decimal 80 185 154 0.57 0 0.17 0.27 162.29 0.43 0.52
Hex 50 B9 9A 39 0 11 1B A2 2B 34
Octal 120 271 232 71 0 21 33 242 53 64
Binary 1010000 10111001 10011010 111001 0 10001 11011 10100010 101011 110100

Color Harmonies of #50B99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B99A

Black with #50B99A

Text Example


Text Example

White with #50B99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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