#50C9A6

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

Shades of Puerto Rico #50C9A6

Tints of Puerto Rico #50C9A6

Color information

#50C9A6 (or 0x50C9A6) is unknown color: approx Puerto Rico. HEX triplet: 50, C9 and A6. RGB value is (80,201,166). Sum of RGB (Red+Green+Blue) = 80+201+166=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #50C9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C9A6 is #AF3659. Grayscale: #A0A0A0. Windows color (decimal): -11482714 or 10930512. OLE color: 10930512.

HSL color Cylindrical-coordinate representation of color #50C9A6: hue angle of 162.64º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C9A6 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB80201166-
CMYK0.6000.170.21
HSL162.64º52.84%55.1%-
HSV(B)162.64º60.2%78.82%-
XYZ31.0846.2343.36-
YUV160.83130.9170.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.90%
GREEN value IS 201 (78.91% from 255) = 44.97%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=17.90%
G=44.97%
B=37.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802011660.6000.170.21162.6452.8455.1
Hex50C9A63C01115a33537
Octal12031124674021252436567
Binary101000011001001101001101111000100011010110100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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