#50C7AA

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

Shades of Puerto Rico #50C7AA

Tints of Puerto Rico #50C7AA

Color information

#50C7AA (or 0x50C7AA) is unknown color: approx Puerto Rico. HEX triplet: 50, C7 and AA. RGB value is (80,199,170). Sum of RGB (Red+Green+Blue) = 80+199+170=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #50C7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C7AA is #AF3855. Grayscale: #A0A0A0. Windows color (decimal): -11483222 or 11192144. OLE color: 11192144.

HSL color Cylindrical-coordinate representation of color #50C7AA: hue angle of 165.38º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C7AA is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB80199170-
CMYK0.6000.150.22
HSL165.38º51.52%54.71%-
HSV(B)165.38º59.8%78.04%-
XYZ30.9945.4545.17-
YUV160.11133.5870.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.82%
GREEN value IS 199 (78.12% from 255) = 44.32%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=17.82%
G=44.32%
B=37.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801991700.6000.150.22165.3851.5254.71
Hex50C7AA3C0F16a53437
Octal12030725274017262456467
Binary10100001100011110101010111100011111011010100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,199,170); }

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

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

 a { background-color: rgb(80,199,170); }

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

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

 span { border-color: rgb(80,199,170); }

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