#50B99E

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

Shades of Puerto Rico #50B99E

Tints of Puerto Rico #50B99E

Color information

#50B99E (or 0x50B99E) is unknown color: approx Puerto Rico. HEX triplet: 50, B9 and 9E. RGB value is (80,185,158). Sum of RGB (Red+Green+Blue) = 80+185+158=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #50B99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B99E is #AF4661. Grayscale: #969696. Windows color (decimal): -11486818 or 10402128. OLE color: 10402128.

HSL color Cylindrical-coordinate representation of color #50B99E: hue angle of 164.57º 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 #50B99E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB80185158-
CMYK0.5700.150.27
HSL164.57º42.86%51.96%-
HSV(B)164.57º56.76%72.55%-
XYZ26.8338.8738.44-
YUV150.53132.2177.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.91%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=18.91%
G=43.74%
B=37.35%

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
Decimal801851580.5700.150.27164.5742.8651.96
Hex50B99E390F1Ba52b34
Octal12027123671017332455364
Binary10100001011100110011110111001011111101110100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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