#50BA9E

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

Shades of Puerto Rico #50BA9E

Tints of Puerto Rico #50BA9E

Color information

#50BA9E (or 0x50BA9E) is unknown color: approx Puerto Rico. HEX triplet: 50, BA and 9E. RGB value is (80,186,158). Sum of RGB (Red+Green+Blue) = 80+186+158=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA9E is #AF4561. Grayscale: #979797. Windows color (decimal): -11486562 or 10402384. OLE color: 10402384.

HSL color Cylindrical-coordinate representation of color #50BA9E: hue angle of 164.15º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA9E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB80186158-
CMYK0.5700.150.27
HSL164.15º43.44%52.16%-
HSV(B)164.15º56.99%72.94%-
XYZ27.0439.2938.51-
YUV151.11131.8877.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=18.87%
G=43.87%
B=37.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801861580.5700.150.27164.1543.4452.16
Hex50BA9E390F1Ba42b34
Octal12027223671017332445364
Binary10100001011101010011110111001011111101110100100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,186,158); }

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

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

 a { background-color: rgb(80,186,158); }

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

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

 span { border-color: rgb(80,186,158); }

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