#50B0A4

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

Shades of Puerto Rico #50B0A4

Tints of Puerto Rico #50B0A4

Color information

#50B0A4 (or 0x50B0A4) is unknown color: approx Puerto Rico. HEX triplet: 50, B0 and A4. RGB value is (80,176,164). Sum of RGB (Red+Green+Blue) = 80+176+164=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #50B0A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B0A4 is #AF4F5B. Grayscale: #919191. Windows color (decimal): -11489116 or 10793040. OLE color: 10793040.

HSL color Cylindrical-coordinate representation of color #50B0A4: hue angle of 172.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B0A4 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB80176164-
CMYK0.5500.070.31
HSL172.5º37.8%50.2%-
HSV(B)172.5º54.55%69.02%-
XYZ25.5335.4440.62-
YUV145.93138.280.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.05%
GREEN value IS 176 (69.14% from 255) = 41.90%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=19.05%
G=41.90%
B=39.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801761640.5500.070.31172.537.850.2
Hex50B0A437071Fac2632
Octal1202602446707372544662
Binary1010000101100001010010011011101111111110101100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,176,164); }

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

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

 a { background-color: rgb(80,176,164); }

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

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

 span { border-color: rgb(80,176,164); }

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