#50ABA3

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

Shades of Puerto Rico #50ABA3

Tints of Puerto Rico #50ABA3

Color information

#50ABA3 (or 0x50ABA3) is unknown color: approx Puerto Rico. HEX triplet: 50, AB and A3. RGB value is (80,171,163). Sum of RGB (Red+Green+Blue) = 80+171+163=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #50ABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ABA3 is #AF545C. Grayscale: #8E8E8E. Windows color (decimal): -11490397 or 10726224. OLE color: 10726224.

HSL color Cylindrical-coordinate representation of color #50ABA3: hue angle of 174.73º 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 #50ABA3 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB80171163-
CMYK0.5300.050.33
HSL174.73º36.25%49.22%-
HSV(B)174.73º53.22%67.06%-
XYZ24.4833.4839.82-
YUV142.88139.3583.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=19.32%
G=41.30%
B=39.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801711630.5300.050.33174.7336.2549.22
Hex50ABA3350521af2431
Octal1202532436505412574461
Binary10100001010101110100011110101010110000110101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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