#50CCAA

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

Shades of Puerto Rico #50CCAA

Tints of Puerto Rico #50CCAA

Color information

#50CCAA (or 0x50CCAA) is unknown color: approx Puerto Rico. HEX triplet: 50, CC and AA. RGB value is (80,204,170). Sum of RGB (Red+Green+Blue) = 80+204+170=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CCAA is #AF3355. Grayscale: #A3A3A3. Windows color (decimal): -11481942 or 11193424. OLE color: 11193424.

HSL color Cylindrical-coordinate representation of color #50CCAA: hue angle of 163.55º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CCAA is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB80204170-
CMYK0.6100.170.2
HSL163.55º54.87%55.69%-
HSV(B)163.55º60.78%80%-
XYZ32.1647.7945.56-
YUV163.05131.9268.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=17.62%
G=44.93%
B=37.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041700.6100.170.2163.5554.8755.69
Hex50CCAA3D01114a43738
Octal12031425275021242446770
Binary101000011001100101010101111010100011010010100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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