#50ACA1

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

Shades of Puerto Rico #50ACA1

Tints of Puerto Rico #50ACA1

Color information

#50ACA1 (or 0x50ACA1) is unknown color: approx Puerto Rico. HEX triplet: 50, AC and A1. RGB value is (80,172,161). Sum of RGB (Red+Green+Blue) = 80+172+161=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #50ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ACA1 is #AF535E. Grayscale: #8F8F8F. Windows color (decimal): -11490143 or 10595408. OLE color: 10595408.

HSL color Cylindrical-coordinate representation of color #50ACA1: hue angle of 172.83º 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 #50ACA1 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB80172161-
CMYK0.5300.060.33
HSL172.83º36.51%49.41%-
HSV(B)172.83º53.49%67.45%-
XYZ24.4933.7838.95-
YUV143.24138.0282.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=19.37%
G=41.65%
B=38.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801721610.5300.060.33172.8336.5149.41
Hex50ACA1350621ad2531
Octal1202542416506412554561
Binary10100001010110010100001110101011010000110101101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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