#50BFA9

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

Shades of Puerto Rico #50BFA9

Tints of Puerto Rico #50BFA9

Color information

#50BFA9 (or 0x50BFA9) is unknown color: approx Puerto Rico. HEX triplet: 50, BF and A9. RGB value is (80,191,169). Sum of RGB (Red+Green+Blue) = 80+191+169=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #50BFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BFA9 is #AF4056. Grayscale: #9B9B9B. Windows color (decimal): -11485271 or 11124560. OLE color: 11124560.

HSL color Cylindrical-coordinate representation of color #50BFA9: hue angle of 168.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BFA9 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB80191169-
CMYK0.5800.120.25
HSL168.11º46.44%53.14%-
HSV(B)168.11º58.12%74.9%-
XYZ29.141.8344.08-
YUV155.3135.7374.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=18.18%
G=43.41%
B=38.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911690.5800.120.25168.1146.4453.14
Hex50BFA93A0C19a82e35
Octal12027725172014312505665
Binary10100001011111110101001111010011001100110101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,191,169); }

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

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

 a { background-color: rgb(80,191,169); }

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

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

 span { border-color: rgb(80,191,169); }

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