Html Css Color HEX #50AD9D Puerto Rico

📋 copy color: '#50AD9D'

red 80 ◦ green 173 ◦ blue 157

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

Shades of Puerto Rico #50AD9D

Tints of Puerto Rico #50AD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 19.51%
G = 42.2%
B = 38.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#50AD9D (or 0x50AD9D) is known color: Puerto Rico. HEX triplet: 50, AD and 9D. RGB value is (80,173,157). Sum of RGB (Red+Green+Blue) = 80+173+157=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD9D is #AF5262. Grayscale: #8F8F8F. Windows color (decimal): -11489891 or 10333520. OLE color: 10333520.

HSL color Cylindrical-coordinate representation of color #50AD9D: hue angle of 169.68º 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 #50AD9D is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 173 157 -
CMYK 0.54 0 0.09 0.32
HSL 169.68º 0.37% 0.5% -
HSV(B) 169.68º 0.54% 0.68% -
XYZ 24.34 34.03 37.18 -
YUV 143.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 80 173 157 0.54 0 0.09 0.32 169.68 0.37 0.5
Hex 50 AD 9D 36 0 9 20 AA 25 32
Octal 120 255 235 66 0 11 40 252 45 62
Binary 1010000 10101101 10011101 110110 0 1001 100000 10101010 100101 110010

Color Harmonies of #50AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD9D

Black with #50AD9D

Text Example


Text Example

White with #50AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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