#50ab9d

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

Shades of Puerto Rico #50AB9D

Tints of Puerto Rico #50AB9D

Color information

#50AB9D (or 0x50AB9D) is unknown color: approx Puerto Rico. HEX triplet: 50, AB and 9D. RGB value is (80,171,157). Sum of RGB (Red+Green+Blue) = 80+171+157=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AB9D is #AF5462. Grayscale: #8E8E8E. Windows color (decimal): -11490403 or 10333008. OLE color: 10333008.

HSL color Cylindrical-coordinate representation of color #50AB9D: hue angle of 170.77º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AB9D is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB80171157-
CMYK0.5300.080.33
HSL170.77º36.25%49.22%-
HSV(B)170.77º53.22%67.06%-
XYZ23.9633.2737.06-
YUV142.2136.3583.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.61%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=19.61%
G=41.91%
B=38.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801711570.5300.080.33170.7736.2549.22
Hex50AB9D350821ab2431
Octal12025323565010412534461
Binary101000010101011100111011101010100010000110101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ab9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,157); }

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

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

 a { background-color: rgb(80,171,157); }

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

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

 span { border-color: rgb(80,171,157); }

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