Html Css Color HEX #50AEA0 Puerto Rico

📋 copy color: '#50AEA0'

red 80 ◦ green 174 ◦ blue 160

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

Shades of Puerto Rico #50AEA0

Tints of Puerto Rico #50AEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.03%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 19.32%
G = 42.03%
B = 38.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#50AEA0 (or 0x50AEA0) is known color: Puerto Rico. HEX triplet: 50, AE and A0. RGB value is (80,174,160). Sum of RGB (Red+Green+Blue) = 80+174+160=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #50AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AEA0 is #AF515F. Grayscale: #909090. Windows color (decimal): -11489632 or 10530384. OLE color: 10530384.

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

Color convert

RGB 80 174 160 -
CMYK 0.54 0 0.08 0.32
HSL 171.06º 0.37% 0.5% -
HSV(B) 171.06º 0.54% 0.68% -
XYZ 24.79 34.52 38.61 -
YUV 144.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 80 174 160 0.54 0 0.08 0.32 171.06 0.37 0.5
Hex 50 AE A0 36 0 8 20 AB 25 32
Octal 120 256 240 66 0 10 40 253 45 62
Binary 1010000 10101110 10100000 110110 0 1000 100000 10101011 100101 110010

Color Harmonies of #50AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEA0

Black with #50AEA0

Text Example


Text Example

White with #50AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,174,160); }

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

background-color css

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

 a { background-color: rgb(80,174,160); }

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

border-color css

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

 span { border-color: rgb(80,174,160); }

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