Html Css Color HEX #50A99E Puerto Rico

📋 copy color: '#50A99E'

red 80 ◦ green 169 ◦ blue 158

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

Shades of Puerto Rico #50A99E

Tints of Puerto Rico #50A99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.52%

 BLUE value IS 158 (62.11% from 255) = 38.82%

R = 19.66%
G = 41.52%
B = 38.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#50A99E (or 0x50A99E) is known color: Puerto Rico. HEX triplet: 50, A9 and 9E. RGB value is (80,169,158). Sum of RGB (Red+Green+Blue) = 80+169+158=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #50A99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A99E is #AF5661. Grayscale: #8D8D8D. Windows color (decimal): -11490914 or 10398032. OLE color: 10398032.

HSL color Cylindrical-coordinate representation of color #50A99E: hue angle of 172.58º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A99E is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 158 -
CMYK 0.53 0 0.07 0.34
HSL 172.58º 0.36% 0.49% -
HSV(B) 172.58º 0.53% 0.66% -
XYZ 23.67 32.55 37.38 -
YUV 141.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 80 169 158 0.53 0 0.07 0.34 172.58 0.36 0.49
Hex 50 A9 9E 35 0 7 22 AD 24 31
Octal 120 251 236 65 0 7 42 255 44 61
Binary 1010000 10101001 10011110 110101 0 111 100010 10101101 100100 110001

Color Harmonies of #50A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A99E

Black with #50A99E

Text Example


Text Example

White with #50A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,169,158); }

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

background-color css

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

 a { background-color: rgb(80,169,158); }

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

border-color css

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

 span { border-color: rgb(80,169,158); }

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