#50ACA6

Color #50ACA6 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #50ACA6

Tints of Puerto Rico #50ACA6

Color information

#50ACA6 (or 0x50ACA6) is unknown color: approx Puerto Rico. HEX triplet: 50, AC and A6. RGB value is (80,172,166). Sum of RGB (Red+Green+Blue) = 80+172+166=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #50ACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ACA6 is #AF5359. Grayscale: #8F8F8F. Windows color (decimal): -11490138 or 10923088. OLE color: 10923088.

HSL color Cylindrical-coordinate representation of color #50ACA6: hue angle of 176.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50ACA6 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB80172166-
CMYK0.5300.030.33
HSL176.09º36.51%49.41%-
HSV(B)176.09º53.49%67.45%-
XYZ24.9433.9641.32-
YUV143.81140.5282.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 166 (65.23% from 255) = 39.71%
R=19.14%
G=41.15%
B=39.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801721660.5300.030.33176.0936.5149.41
Hex50ACA6350321b02531
Octal1202542466503412604561
Binary1010000101011001010011011010101110000110110000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,172,166); }

 H1.HeaderClassName
 {
   color: #50ACA6;
 }
 .AnyTagClassName
 {
   color: #50ACA6;
 }
</style>
background-color css

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

 a { background-color: rgb(80,172,166); }

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

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

 span { border-color: rgb(80,172,166); }

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