#50B8A6

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

Shades of Puerto Rico #50B8A6

Tints of Puerto Rico #50B8A6

Color information

#50B8A6 (or 0x50B8A6) is unknown color: approx Puerto Rico. HEX triplet: 50, B8 and A6. RGB value is (80,184,166). Sum of RGB (Red+Green+Blue) = 80+184+166=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #50B8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B8A6 is #AF4759. Grayscale: #969696. Windows color (decimal): -11487066 or 10926160. OLE color: 10926160.

HSL color Cylindrical-coordinate representation of color #50B8A6: hue angle of 169.62º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B8A6 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB80184166-
CMYK0.5700.100.28
HSL169.62º42.28%51.76%-
HSV(B)169.62º56.52%72.16%-
XYZ27.3338.7442.11-
YUV150.85136.5477.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.60%
GREEN value IS 184 (72.27% from 255) = 42.79%
BLUE value IS 166 (65.23% from 255) = 38.60%
R=18.60%
G=42.79%
B=38.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal801841660.5700.100.28169.6242.2851.76
Hex50B8A6390A1Caa2a34
Octal12027024671012342525264
Binary10100001011100010100110111001010101110010101010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,184,166); }

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

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

 a { background-color: rgb(80,184,166); }

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

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

 span { border-color: rgb(80,184,166); }

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