Html Css Color HEX #50BC9A Puerto Rico

📋 copy color: '#50BC9A'

red 80 ◦ green 188 ◦ blue 154

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

Shades of Puerto Rico #50BC9A

Tints of Puerto Rico #50BC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.55%

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

R = 18.96%
G = 44.55%
B = 36.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#50BC9A (or 0x50BC9A) is known color: Puerto Rico. HEX triplet: 50, BC and 9A. RGB value is (80,188,154). Sum of RGB (Red+Green+Blue) = 80+188+154=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC9A is #AF4365. Grayscale: #979797. Windows color (decimal): -11486054 or 10140752. OLE color: 10140752.

HSL color Cylindrical-coordinate representation of color #50BC9A: hue angle of 161.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC9A is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 154 -
CMYK 0.57 0 0.18 0.26
HSL 161.11º 0.45% 0.53% -
HSV(B) 161.11º 0.57% 0.74% -
XYZ 27.12 40.01 36.86 -
YUV 151.83 129.22 76.76 -
System Red Green Blue C M Y K H S L
Decimal 80 188 154 0.57 0 0.18 0.26 161.11 0.45 0.53
Hex 50 BC 9A 39 0 12 1A A1 2D 35
Octal 120 274 232 71 0 22 32 241 55 65
Binary 1010000 10111100 10011010 111001 0 10010 11010 10100001 101101 110101

Color Harmonies of #50BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC9A

Black with #50BC9A

Text Example


Text Example

White with #50BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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