#50C4AE

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

Shades of Puerto Rico #50C4AE

Tints of Puerto Rico #50C4AE

Color information

#50C4AE (or 0x50C4AE) is unknown color: approx Puerto Rico. HEX triplet: 50, C4 and AE. RGB value is (80,196,174). Sum of RGB (Red+Green+Blue) = 80+196+174=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #50C4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C4AE is #AF3B51. Grayscale: #9E9E9E. Windows color (decimal): -11483986 or 11453520. OLE color: 11453520.

HSL color Cylindrical-coordinate representation of color #50C4AE: hue angle of 168.62º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C4AE is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB80196174-
CMYK0.5900.110.23
HSL168.62º49.57%54.12%-
HSV(B)168.62º59.18%76.86%-
XYZ30.6944.2446.97-
YUV158.81136.5771.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.78%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=17.78%
G=43.56%
B=38.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801961740.5900.110.23168.6249.5754.12
Hex50C4AE3B0B17a93236
Octal12030425673013272516266
Binary10100001100010010101110111011010111011110101001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,196,174); }

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

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

 a { background-color: rgb(80,196,174); }

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

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

 span { border-color: rgb(80,196,174); }

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