#50BCA0

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

Shades of Puerto Rico #50BCA0

Tints of Puerto Rico #50BCA0

Color information

#50BCA0 (or 0x50BCA0) is unknown color: approx Puerto Rico. HEX triplet: 50, BC and A0. RGB value is (80,188,160). Sum of RGB (Red+Green+Blue) = 80+188+160=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCA0 is #AF435F. Grayscale: #989898. Windows color (decimal): -11486048 or 10533968. OLE color: 10533968.

HSL color Cylindrical-coordinate representation of color #50BCA0: hue angle of 164.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BCA0 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB80188160-
CMYK0.5700.150.26
HSL164.44º44.63%52.55%-
HSV(B)164.44º57.45%73.73%-
XYZ27.6440.2139.56-
YUV152.52132.2276.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.69%
GREEN value IS 188 (73.83% from 255) = 43.93%
BLUE value IS 160 (62.89% from 255) = 37.38%
R=18.69%
G=43.93%
B=37.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801881600.5700.150.26164.4444.6352.55
Hex50BCA0390F1Aa42d35
Octal12027424071017322445565
Binary10100001011110010100000111001011111101010100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,188,160); }

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

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

 a { background-color: rgb(80,188,160); }

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

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

 span { border-color: rgb(80,188,160); }

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