#50B2AC

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

Shades of Puerto Rico #50B2AC

Tints of Puerto Rico #50B2AC

Color information

#50B2AC (or 0x50B2AC) is unknown color: approx Puerto Rico. HEX triplet: 50, B2 and AC. RGB value is (80,178,172). Sum of RGB (Red+Green+Blue) = 80+178+172=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #50B2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B2AC is #AF4D53. Grayscale: #939393. Windows color (decimal): -11488596 or 11317840. OLE color: 11317840.

HSL color Cylindrical-coordinate representation of color #50B2AC: hue angle of 176.33º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B2AC is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB80178172-
CMYK0.5500.030.30
HSL176.33º38.89%50.59%-
HSV(B)176.33º55.06%69.8%-
XYZ26.6836.5244.67-
YUV148.01141.5379.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.60%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 172 (67.58% from 255) = 40%
R=18.60%
G=41.40%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801781720.5500.030.30176.3338.8950.59
Hex50B2AC37031Eb02733
Octal1202622546703362604763
Binary101000010110010101011001101110111111010110000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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